把菜单基本资料改成基础资料

This commit is contained in:
jishenghua
2025-04-28 16:03:27 +08:00
parent a28e1fd12e
commit 8788173078
2 changed files with 9 additions and 2 deletions

View File

@@ -1657,4 +1657,11 @@ alter table jsh_account_head change file_name file_name varchar(1000) DEFAULT NU
-- by jishenghua
-- 给商品表增加多属性字段,里面存多属性的数组
-- --------------------------------------------------------
alter table jsh_material add attribute varchar(1000) DEFAULT NULL COMMENT '多属性信息' after position;
alter table jsh_material add attribute varchar(1000) DEFAULT NULL COMMENT '多属性信息' after position;
-- --------------------------------------------------------
-- 时间 2025年4月28日
-- by jishenghua
-- 把菜单基本资料改成基础资料
-- --------------------------------------------------------
update jsh_function set name='基础资料' where number='0102';