物料拓展功能实现

This commit is contained in:
潘荣晟
2025-12-30 17:55:08 +08:00
parent 6c9cb29af2
commit 791fe644bf
10 changed files with 346 additions and 31 deletions

View File

@@ -55,4 +55,6 @@ public interface ErrorCodeConstants {
ErrorCode ERP_CONTRACT_NOT_EXISTS = new ErrorCode(1_016_000_001, "ERP合同数据不存在");
ErrorCode ERP_PRODUCTIVE_ORDER_NOT_EXISTS = new ErrorCode(1_017_000_001, "ERP生产订单数据不存在");
ErrorCode MATERIAL_ERROR = new ErrorCode( 1_017_000_009, "主物料信息错误");
}