BPM:【移除】Ureport 的实现,因为和 Spring Boot 兼容性较差

This commit is contained in:
YunaiV
2024-03-30 20:44:45 +08:00
parent c9b3cf9ed4
commit dcf6cc293e
26 changed files with 516 additions and 1103 deletions

View File

@ -12,8 +12,4 @@ public interface ErrorCodeConstants {
// ========== GoView 模块 1-003-000-000 ==========
ErrorCode GO_VIEW_PROJECT_NOT_EXISTS = new ErrorCode(1_003_000_000, "GoView 项目不存在");
// ========== UREPORT 模块 1-003-001-000 ==========
ErrorCode UREPORT_DATA_NOT_EXISTS = new ErrorCode(1_003_001_001, "Ureport2 报表不存在");
ErrorCode UREPORT_DATABASE_NOT_EXISTS = new ErrorCode(1_003_001_002, "Ureport2 报表数据源不存在");
}