diff --git a/NugetTest/appsettings.json b/NugetTest/appsettings.json index 0c5839e..a12778b 100644 --- a/NugetTest/appsettings.json +++ b/NugetTest/appsettings.json @@ -33,7 +33,7 @@ } ], //禁用系统接口, 设置为true将禁用所有系统接口(建表、建接口等) - "DisableSystemInterface": false + "DisableSystem": false }, "Cors": { "Enable": true, //设置为true启动自带的跨域 diff --git a/ReZero/SuperAPI/MethodGeneratorAPI/internalapi/PermissionHelper/SavePermissionInfoDetailModel.cs b/ReZero/SuperAPI/MethodGeneratorAPI/internalapi/PermissionHelper/SavePermissionInfoDetailModel.cs index 0a888fd..f5004e9 100644 --- a/ReZero/SuperAPI/MethodGeneratorAPI/internalapi/PermissionHelper/SavePermissionInfoDetailModel.cs +++ b/ReZero/SuperAPI/MethodGeneratorAPI/internalapi/PermissionHelper/SavePermissionInfoDetailModel.cs @@ -1,13 +1,16 @@ -using System; +using SqlSugar; +using System; using System.Collections.Generic; using System.Text; namespace ReZero.SuperAPI { public class SavePermissionInfoDetailModel: ZeroPermissionInfo - { + { + [SqlSugar.SugarColumn(ColumnDataType = "CLOB")] public List? Users { get; set; } + [SqlSugar.SugarColumn(ColumnDataType = "CLOB")] public List? Items { get; set; } } public class PermissionInfoInterfaceItem diff --git a/SuperAPI/appsettings.json b/SuperAPI/appsettings.json index afcdfa7..0e3f2bb 100644 --- a/SuperAPI/appsettings.json +++ b/SuperAPI/appsettings.json @@ -6,15 +6,17 @@ } }, "ReZero": { - "BasicDatabase": { - /* MySql,SqlServer,Sqlite,Oracle,PostgreSQL,Dm (达梦),Kdbndp(人大金仓默认模式) */ - // "DbType": "SqlServer", - // "ConnectionString": "server=.;uid=sa;pwd=sasa;database=SuperAPI" - // "DbType": "Sqlite", - // "ConnectionString": "Data Source=SuperAPI.db", - "DbType": "SqlServer", - "ConnectionString": "server=192.168.2.5;uid=hdhis;pwd=haoding@123;database=SuperAPI" - }, + "BasicDatabase": { + /* MySql,SqlServer,Sqlite,Oracle,PostgreSQL,Dm (达梦),Kdbndp(人大金仓默认模式) */ + // "DbType": "SqlServer", + // "ConnectionString": "server=.;uid=sa;pwd=sasa;database=SuperAPI" + // "DbType": "Sqlite", + // "ConnectionString": "Data Source=SuperAPI.db", + //"DbType": "SqlServer", + //"ConnectionString": "server=192.168.2.5;uid=hdhis;pwd=haoding@123;database=SuperAPI", + "DbType": "Oracle", + "ConnectionString": "Data Source=192.168.2.5:2521/ORCLPDB;User ID=DATA_TRANSFER;Password=his" + }, "Ui": { /*纯ReZero开发可以设为false,true用于兼容Swagger用户*/ "ShowNativeApiDocument": true, diff --git a/SuperAPI/wwwroot/rezero/default_ui/css/page_table_list.css b/SuperAPI/wwwroot/rezero/default_ui/css/page_table_list.css index febeab3..dd8d8d8 100644 --- a/SuperAPI/wwwroot/rezero/default_ui/css/page_table_list.css +++ b/SuperAPI/wwwroot/rezero/default_ui/css/page_table_list.css @@ -1,58 +1,58 @@ .table-responsive th { - text-align: center; + text-align: center; } .table_opt { - text-align: center; - width: 250px; + text-align: center; + width: 250px; } - .table_opt button { - max-width: 80px; - margin: 0 10px; - } +.table_opt button { + max-width: 80px; + margin: 0 10px; +} .table_opt2 { - text-align: center; - width: 330px; + text-align: center; + width: 330px; } - .table_opt2 button { - max-width: 90px; - margin: 0 5px; - } +.table_opt2 button { + max-width: 90px; + margin: 0 5px; +} .table_opt3 { - text-align: center; - width: 450px; + text-align: center; + width: 450px; } - .table_opt3 button { - max-width: 75px; - margin: 0 5px; - } +.table_opt3 button { + max-width: 75px; + margin: 0 5px; +} .form-group label { - border: 0 !important; - text-align: right + border: 0 !important; + text-align: right; } .search-bar { - padding: 0 15px; - padding-top: 35px; + padding: 0 15px; + padding-top: 35px; } .pagination { - margin-left:20px; - margin-top:-20px; + margin-left: 20px; + margin-top: -20px; +} +.pagination select { + border: 1px solid #ccc; + width: 40px; + text-align: center; + position: relative; + top: 4px; } - .pagination select { - border:1px solid #ccc; - width:40px; - text-align:center; - position:relative; - top:4px - } .lyear-checkbox { - padding-left: 10px; + padding-left: 10px; } diff --git a/SuperAPI/wwwroot/rezero/default_ui/database_manager.html b/SuperAPI/wwwroot/rezero/default_ui/database_manager.html index bbe08c5..3f62305 100644 --- a/SuperAPI/wwwroot/rezero/default_ui/database_manager.html +++ b/SuperAPI/wwwroot/rezero/default_ui/database_manager.html @@ -1,393 +1,389 @@ @@master_page.html
-