优化数据返回

This commit is contained in:
不做码农
2023-04-12 22:06:37 +08:00
parent cabdf0eaf9
commit b9b919bac7
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,9 @@ namespace Infrastructure
[Description("success")]
SUCCESS = 200,
[Description("no data")]
NO_DATA = 210,
[Description("参数错误")]
PARAM_ERROR = 101,