代码生成功能优化

This commit is contained in:
izory
2021-09-23 07:16:09 +08:00
parent e14b5c7a1e
commit 945d8db170
9 changed files with 329 additions and 326 deletions

View File

@@ -7,7 +7,7 @@ namespace Infrastructure
public class OptionsSetting
{
public static string ConnAdmin = "conn_zrAdmin";
public static string ConnDbType = "dbType";
public static string ConnDbType = "conn_zrAdmin_Type";
public static string DbKey = "DbKey";
public string Redis { get; set; }