#
luxiaotao1123
2024-10-09 f4d50b49b828b9722d6e6cd63e7bdacf5cf05bea
zy-acs-framework/src/main/resources/templates/react-admin/Sql.txt
@@ -7,12 +7,12 @@
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update @{TABLEDESC}', '', '1', '@{ITEMNAME}:@{SIMPLEENTITYNAME}:update', '2', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete @{TABLEDESC}', '', '1', '@{ITEMNAME}:@{SIMPLEENTITYNAME}:remove', '3', '1', '1');
-- locale field
@{SIMPLEENTITYNAME}: @{REACTLOCALECONTENT}
-- locale menu name
@{SIMPLEENTITYNAME}: '@{ENTITYNAME}',
-- locale field
@{SIMPLEENTITYNAME}: @{REACTLOCALECONTENT}
-- ResourceContent
import @{SIMPLEENTITYNAME} from './@{SIMPLEENTITYNAME}';