biz_category

This commit is contained in:
thinkgem
2024-05-11 14:24:09 +08:00
parent df5e557f21
commit 1ac8085c8c
29 changed files with 251 additions and 193 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),