拆分多库模式

This commit is contained in:
dell
2023-08-24 09:28:09 +08:00
parent a83653655b
commit 8b307e203b
69 changed files with 1267 additions and 184 deletions

View File

@ -75,6 +75,11 @@ namespace HT.Cloud.Code.Model
/// </summary>
public string MainDbNumber { get; set; }
/// <summary>
/// 数据仓库数据库编号
/// </summary>
public string DataDBNumber { get; set; }
/// <summary>
/// 是否开启定时任务
/// </summary>