mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-27 14:45:41 +08:00
同步openauth.Core:
采用代码生成器的表结构控制前端显示,删除以前按照dbset获取数据库结构 优化注释 升级EF及所有三方的版本
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th lay-data="{checkbox:true, fixed: true}"></th>
|
||||
<th lay-data="{field:'Description', width:150}">字段描述</th>
|
||||
<th lay-data="{field:'Key', width:150}">字段代码</th>
|
||||
<th lay-data="{field:'Comment', width:150}">字段描述</th>
|
||||
<th lay-data="{field:'ColumnName', width:150}">字段代码</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
@@ -41,4 +41,4 @@
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/layui/layui.js"></script>
|
||||
<script type="text/javascript" src="/userJs/assignModule.js?v=2.1"></script>
|
||||
<script type="text/javascript" src="/userJs/assignModule.js?v=3.3"></script>
|
||||
Reference in New Issue
Block a user