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

@@ -81,7 +81,7 @@ CREATE TABLE js_sys_area
-- 业务分类
CREATE TABLE js_sys_biz_category
CREATE TABLE js_biz_category
(
category_code varchar(64) NOT NULL COMMENT '流程分类',
view_code varchar(500) COMMENT '分类代码',