车辆信息
This commit is contained in:
parent
273b100f4d
commit
d7d0ccbaf8
@ -34,4 +34,6 @@ public interface ErrorCodeConstants {
|
||||
ErrorCode KQDATA_NOT_EXISTS = new ErrorCode(1_011_011_000, "考勤管理数据不存在");
|
||||
// ========== 考勤管理 1_011_012_000 ==========
|
||||
ErrorCode KQGL_NOT_EXISTS = new ErrorCode(1_011_012_000, "考勤管理不存在");
|
||||
// ========== 车辆信息录入 1_011_013_000 ==========
|
||||
ErrorCode CARINFO_NOT_EXISTS = new ErrorCode(1_011_013_000, "车辆信息录入不存在");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user