预料管理修改1

This commit is contained in:
lym
2024-06-06 09:25:27 +08:00
parent bcbc2d3ab6
commit 1d5c0dd0de
16 changed files with 243 additions and 48 deletions
@@ -256,4 +256,7 @@ public interface ErrorCodeConstants {
ErrorCode APPLICATION_LOGIN_USER_DISABLED = new ErrorCode(1_002_037_001, "应用登陆失败");
ErrorCode ERR = new ErrorCode(1_002_038_001, "未知错误");
ErrorCode REMAIN_PLATE_STATUS_USED = new ErrorCode(1_002_038_001, "余料板正在使用中,禁止修改");
ErrorCode REMAIN_PLATE_STATUS_NO_USED = new ErrorCode(1_002_038_001, "余料板未使用");
}