报表基础模块:1、模板接口补充校验;2、数据集实体补充organId;

This commit is contained in:
gaoqr
2024-07-23 17:40:02 +08:00
parent e06e632f35
commit 426e37e67e
3 changed files with 18 additions and 4 deletions
@@ -12,7 +12,6 @@ public final class ErrorCodeConstants {
// ========== UREPORT template模块 1-003-001-000 ==========
public static ErrorCode TEMPLATE_NOT_EXISTS = new ErrorCode(1_003_001_001, "报表模板信息不存在");
public static ErrorCode TEMPLATE_GENERATE_EXCEL_ERROR = new ErrorCode(1_003_001_002, "模板excel生成异常");
// ========== UREPORT datasource模块 1-003-002-000 ==========
public static ErrorCode DATASOURCE_NOT_EXISTS = new ErrorCode(1_003_002_001, "报表数据源不存在");