设备绑定

This commit is contained in:
qjq
2024-04-07 17:25:27 +08:00
parent 24d68316eb
commit 7dd4509d9e
14 changed files with 476 additions and 8 deletions

View File

@ -184,4 +184,6 @@ public interface ErrorCodeConstants {
ErrorCode DISHES_RAW_NOT_EXISTS = new ErrorCode(1_002_035_002, "菜品原材料不存在");
// ========== 门店 流水 1_002_036_002 ==========
ErrorCode BUSINESS_NOT_EXISTS = new ErrorCode(1_002_035_002, "营业统计不存在");
// ========== 门店 流水 1_002_037_002 ==========
ErrorCode DEVUCE_NOT_EXISTS = new ErrorCode(1_002_035_002, "设备不存在");
}