This commit is contained in:
seesaw
2024-10-14 16:26:17 +08:00
parent ba961123d0
commit e840b1bc70
27 changed files with 718 additions and 17 deletions

View File

@ -195,4 +195,5 @@ public interface ErrorCodeConstants {
ErrorCode FACE_DEVICE_INFO_EXISTS = new ErrorCode(1_002_040_003, "设备码已存在");
ErrorCode DISH_IMAGE_NOT_EXISTS = new ErrorCode(1_002_040_004, "本周菜单不存在");
}