器械分类后端错误码修改new
This commit is contained in:
@@ -168,6 +168,5 @@ public interface ErrorCodeConstants {
|
|||||||
// ========== 站内信发送 1-002-028-000 ==========
|
// ========== 站内信发送 1-002-028-000 ==========
|
||||||
ErrorCode NOTIFY_SEND_TEMPLATE_PARAM_MISS = new ErrorCode(1_002_028_000, "模板参数({})缺失");
|
ErrorCode NOTIFY_SEND_TEMPLATE_PARAM_MISS = new ErrorCode(1_002_028_000, "模板参数({})缺失");
|
||||||
|
|
||||||
// ========== 进销存系统 - 器械分类 ==========
|
|
||||||
ErrorCode DEVICE_CATEGORY_NOT_EXISTS = new ErrorCode(1_002_029_000, "进销存系统 - 器械分类不存在");
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user