1 Star 0 Fork 450

jiaomy / Admin.NET-SqlSugar

forked from 蛋蛋 / Magic.NET 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
数据库更新说明.txt 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
蛋蛋 提交于 2021-07-12 09:51 . 重置密码默认密码读取配置表
--添加菜单 时间:20210707
INSERT [dbo].[sys_menu] ([Id], [Pid], [Pids], [Name], [Code], [Type], [Icon], [Router], [Component], [Permission], [Application], [OpenType], [Visible], [Link], [Redirect], [Weight], [Sort], [Remark], [Status], [CreatedTime], [UpdatedTime], [CreatedUserId], [CreatedUserName], [UpdatedUserId], [UpdatedUserName], [IsDeleted]) VALUES (178075287240773, 0, N'[0],', N'大屏监控', N'main_screen_monitor', 1, N'pie-chart', N'/monitor', N'main/screenMonitor/index', N'', N'busiapp', 0, N'Y', NULL, N'', 2, 100, NULL, 0, CAST(N'2021-07-07T14:50:13.943' AS DateTime), CAST(N'2021-07-07T14:54:25.190' AS DateTime), 142307070910551, N'superAdmin', NULL, NULL, 0)
GO
INSERT [dbo].[sys_menu] ([Id], [Pid], [Pids], [Name], [Code], [Type], [Icon], [Router], [Component], [Permission], [Application], [OpenType], [Visible], [Link], [Redirect], [Weight], [Sort], [Remark], [Status], [CreatedTime], [UpdatedTime], [CreatedUserId], [CreatedUserName], [UpdatedUserId], [UpdatedUserName], [IsDeleted]) VALUES (178079567294533, 0, N'[0],', N'地理信息', N'main_map', 1, N'environment', N'/map', N'main/map/index', N'', N'busiapp', 0, N'Y', NULL, N'', 2, 100, NULL, 0, CAST(N'2021-07-07T15:07:38.880' AS DateTime), NULL, 142307070910551, N'superAdmin', NULL, NULL, 0)
GO
--修改系统配置code前缀 时间:20210712
update [dbo].[sys_config] set code=REPLACE(Code ,'DILON_','')
C#
1
https://gitee.com/jiaomy/admin-net-sqlsugar.git
git@gitee.com:jiaomy/admin-net-sqlsugar.git
jiaomy
admin-net-sqlsugar
Admin.NET-SqlSugar
master

搜索帮助