错误信息

This commit is contained in:
XaoLi717 2024-12-18 11:30:55 +08:00
parent 056bd5a24f
commit 04ce1c9506

View File

@ -49,7 +49,7 @@ public interface ErrorCodeConstants {
// ========== 销假管理 1_011_019_000 ========== // ========== 销假管理 1_011_019_000 ==========
ErrorCode XJGL_NOT_EXISTS = new ErrorCode(1_011_019_000, "销假管理不存在"); ErrorCode XJGL_NOT_EXISTS = new ErrorCode(1_011_019_000, "销假管理不存在");
// ========== 销假管理 1_011_020_000 ========== // ========== 销假管理 1_011_020_000 ==========
ErrorCode NJGL_DATA_STATUS = new ErrorCode(1_011_020_000, "剩余年假天数不足"); ErrorCode NJGL_DATA_STATUS = new ErrorCode(1_011_020_000, "请假审批错误");
// ========== 销假管理 1_011_021_000 ========== // ========== 销假管理 1_011_021_000 ==========
ErrorCode NJGL_BACK_DAY = new ErrorCode(1_011_021_000, "销假超过总年假天数"); ErrorCode NJGL_BACK_DAY = new ErrorCode(1_011_021_000, "销假审批错误");
} }