Merge remote-tracking branch 'origin/master'

This commit is contained in:
zengtao01
2024-04-07 17:47:35 +08:00
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, "设备不存在");
}