门店管理

This commit is contained in:
wangchao
2024-03-20 16:52:10 +08:00
parent 72f30209cf
commit 6b4cd85393
9 changed files with 468 additions and 1 deletions

View File

@ -170,5 +170,6 @@ public interface ErrorCodeConstants {
// ========== 站内信发送 1-002-028-000 ==========
ErrorCode NOTIFY_SEND_TEMPLATE_PARAM_MISS = new ErrorCode(1_002_028_000, "模板参数({})缺失");
// ========== 门店管理 1-002-029-000 ==========
ErrorCode CARTEEN_NOT_EXISt = new ErrorCode(1_002_029_002, "当前门店不存在");
}