feat: 载具扩展表

This commit is contained in:
2026-07-23 09:28:18 +08:00
parent 7360ac1c0f
commit efe6e3b0d5
14 changed files with 1220 additions and 0 deletions

View File

@@ -28,4 +28,7 @@ public interface ErrorCodeConstants {
// ========== 载具信息相关错误码 ==========
ErrorCode STORAGE_VEHICLE_INFO_NOT_EXISTS = new ErrorCode(11, "载具信息不存在");
// ========== 载具扩展属性信息 ==========
ErrorCode STORAGE_VEHICLE_EXT_NOT_EXISTS = new ErrorCode(12, "载具扩展属性信息不存在");
}