【新增】ureport2 集成

This commit is contained in:
liuhongfeng
2023-11-20 23:07:12 +08:00
committed by YunaiV
parent 5bf7cd396f
commit 8507fa9172
23 changed files with 982 additions and 4 deletions

View File

@ -12,4 +12,6 @@ public interface ErrorCodeConstants {
// ========== AUTH 模块 1-003-000-000 ==========
ErrorCode GO_VIEW_PROJECT_NOT_EXISTS = new ErrorCode(1_003_000_000, "GoView 项目不存在");
ErrorCode UREPORT_FILE_NOT_EXISTS = new ErrorCode(1_003_001_000, "打印文件不存在,请检查Ureport报表文件");
ErrorCode UREPORT_FILE_EXISTS = new ErrorCode(1_003_001_001, "报表名字已存在,请修改后再保存");
}