1. 修改代码生成器普通表格为虚拟滚动

(cherry picked from commit da3487a54d)
This commit is contained in:
chenbowen
2025-08-27 09:42:53 +08:00
committed by chenbowen
parent d5ad443a7f
commit 7ccf4f03c2
25 changed files with 1795 additions and 167 deletions

View File

@@ -13,4 +13,7 @@ public interface ErrorCodeConstants {
// ========== 合同 补充编号 ==========
ErrorCode DEMO_CONTRACT_NOT_EXISTS = new ErrorCode(2_100_000_000, "合同不存在");
// ========== 虚拟化表格 1_100_000_001 ==========
ErrorCode DEMO_VIRTUALIZED_TABLE_NOT_EXISTS = new ErrorCode(1_100_000_001, "虚拟化表格不存在");
}