This commit is contained in:
jing's 2023-12-18 16:11:29 +08:00
parent 2d08411025
commit c42b94c04d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public enum EBomExceptionStatusEnum {
EXCEPT_NO_10(10, "项目赋值异常(当父级物料的项目类型为F时子级中不能存在项目类型为F的物料)"),
EXCEPT_NO_11(11, "未填写变更原因和技术通知单"),
EXCEPT_NO_12(12, "数量需要用户确认"),
EXCEPT_NO_13(12, "项目类型需要用户确认") ;
EXCEPT_NO_13(13, "项目类型需要用户确认") ;