feat:载具信息表

This commit is contained in:
2026-07-22 09:31:40 +08:00
parent 6380b93774
commit 2bac7d1648
17 changed files with 1674 additions and 2 deletions

View File

@@ -19,4 +19,7 @@ public interface ErrorCodeConstants {
// ================ 组盘记录相关错误码 =================
ErrorCode GROUP_PLATE_NOT_EXISTS = new ErrorCode(9, "组盘记录不存在");
// ========== 载具信息相关错误码 ==========
ErrorCode STORAGE_VEHICLE_INFO_NOT_EXISTS = new ErrorCode(11, "载具信息不存在");
}