intelligent_code

This commit is contained in:
sxu 2024-09-08 13:12:30 +08:00
parent 07df340bbf
commit 6af6526c86
2 changed files with 6 additions and 3 deletions

View File

@ -9,6 +9,7 @@ alter table sys_dept
add enterprise_ownership_code varchar(10) null comment '企业归属代码CSG代表机具产权所属单位为南方电网下属企业
SE代表机具产权所属单位为社会及大集体企业';
-- 已领用设备菜单及页面
INSERT INTO ma_sgzb_nw.sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) VALUES (2288, '推送与定位', 2004, 13, 'leaseRecord', 'stquery/leaseRecord', null, 1, 0, 'C', '0', '0', '', '#', 'admin', '2024-02-26 15:49:48', 'admin', '2024-02-26 15:51:29', '');
-- 推送智慧工程定义的门类分类机具编码
alter table ma_type
add intelligent_code varchar(10) null comment '推送智慧工程定义的门类分类机具编码';

View File

@ -9,5 +9,7 @@ alter table sys_dept
add enterprise_ownership_code varchar(10) null comment '企业归属代码CSG代表机具产权所属单位为南方电网下属企业
SE代表机具产权所属单位为社会及大集体企业';
-- 推送智慧工程定义的门类分类机具编码
alter table ma_type
add intelligent_code varchar(10) null comment '推送智慧工程定义的门类分类机具编码';