Merge remote-tracking branch 'origin/main'

This commit is contained in:
liuzhaotian
2024-06-11 16:39:23 +08:00
20 changed files with 254 additions and 54 deletions
@@ -259,4 +259,5 @@ public interface ErrorCodeConstants {
ErrorCode REMAIN_PLATE_STATUS_USED = new ErrorCode(1_002_038_001, "余料板正在使用中,禁止修改");
ErrorCode REMAIN_PLATE_STATUS_NO_USED = new ErrorCode(1_002_038_001, "余料板未使用");
ErrorCode REMAIN_PLATE_USR_TYPE = new ErrorCode(1_002_038_001, "余料板使用类型为不可核销类型");
}