intelligent_code
This commit is contained in:
parent
07df340bbf
commit
6af6526c86
|
|
@ -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 '推送智慧工程定义的门类分类机具编码';
|
||||
|
||||
|
|
|
|||
|
|
@ -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 '推送智慧工程定义的门类分类机具编码';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue