提交merge1.3
This commit is contained in:
5
迁移记录-DB变更记录/202511281422 inset_sys_menu.sql
Normal file
5
迁移记录-DB变更记录/202511281422 inset_sys_menu.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
INSERT INTO public.sys_menu ( menu_name, parent_id, order_num, "path", component, query, route_name, is_frame, is_cache, menu_type, visible, status, perms, icon, create_by, create_time, update_by, update_time, remark) VALUES( '库房对账', 322, 5, 'storeReconciliation', 'medicationmanagement/storeReconciliation/index', NULL, NULL, '1', '0', 'C', '0', '0', '', NULL, 'admin', '2025-11-20 17:02:49.372', 'admin', '2025-11-20 17:04:09.794', NULL);
|
||||
|
||||
-- Insert migration record
|
||||
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
||||
VALUES ('202511281422 inset_sys_menu', '1.0.0');
|
||||
Reference in New Issue
Block a user