订单管理相关

This commit is contained in:
潘荣晟
2025-10-24 10:30:22 +08:00
parent 8ec9967853
commit 53cf9cc23b
8 changed files with 76 additions and 10 deletions

View File

@@ -15,4 +15,5 @@ public interface ErrorCodeConstants {
ErrorCode ORDER_ID_NOT_EXISTS = new ErrorCode(1_008_000_010, "订单id不能为空");
ErrorCode PRCH_ORD_DTL_NOT_EXISTS = new ErrorCode(1_008_001_001, "采购订单明细不存在");
ErrorCode PURCHASE_ORDER_STATUS_ERROR = new ErrorCode(1_008_001_020, "非法的订单状态");
ErrorCode Sales_ORDER_NOT_EXISTS = new ErrorCode(1_008_000_001, "销售订单不存在");
}