Files
Yi.Admin/Yi.Framework.Net6/Yi.Framework.DtoModel/RABC/Student/ConstConfig/StudentConst.cs

15 lines
404 B
C#
Raw Normal View History

2023-01-02 14:29:16 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.DtoModel.RABC.Student.ConstConfig
{
public class StudentConst
{
public const string = nameof();
public const string = nameof()+"状态码将返回200";
}
}