biz_category

This commit is contained in:
thinkgem
2024-05-11 14:23:59 +08:00
parent a3a7bd0230
commit 92870be96e
29 changed files with 247 additions and 192 deletions

View File

@@ -80,7 +80,7 @@ CREATE TABLE js_sys_area
-- 业务分类
CREATE TABLE js_sys_biz_category
CREATE TABLE js_biz_category
(
category_code varchar(64) NOT NULL,
view_code varchar(500),