新增员工业务代码开发

This commit is contained in:
zvv
2026-03-26 11:25:07 +08:00
parent 1f858de9c1
commit edcc7685d1
8 changed files with 98 additions and 2 deletions

View File

@@ -24,4 +24,5 @@ public class MessageConstant {
public static final String ORDER_STATUS_ERROR = "订单状态错误";
public static final String ORDER_NOT_FOUND = "订单不存在";
public static final String ALREADY_EXISTS = "已存在";
}