This commit is contained in:
ranke
2026-02-26 16:17:03 +08:00
parent 403c385eae
commit 75c1257d22
8 changed files with 119 additions and 5 deletions

View File

@@ -72,4 +72,5 @@ public interface ErrorCodeConstants {
// ========== 主数据同步 ==========
ErrorCode MASTER_DATA_SYNC_DISABLED = new ErrorCode(1_027_900_001, "主数据同步功能已禁用");
ErrorCode MASTER_DATA_SYNC_BATCH_SIZE_TOO_LARGE = new ErrorCode(1_027_900_002, "最大批次不得超过 1000");
ErrorCode MASTER_DATA_SYNC_SINCE_NULL = new ErrorCode(1_027_900_003, "同步日期不能为空");
}