🐛 修复多库数据库偶先bug
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Infrastructure
|
||||
namespace Infrastructure
|
||||
{
|
||||
/// <summary>
|
||||
/// 全局静态常量
|
||||
/// </summary>
|
||||
public class GlobalConstant
|
||||
{
|
||||
/// <summary>
|
||||
/// 代码生成常量
|
||||
/// </summary>
|
||||
public static readonly string CodeGenDbConfig;
|
||||
|
||||
/// <summary>
|
||||
/// 管理员权限
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user