优化分层结构,添加常量
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user