代码生成新增加同步功能

This commit is contained in:
不做码农
2021-12-14 15:41:58 +08:00
parent d1fc87bcc3
commit f237719735
7 changed files with 99 additions and 26 deletions

View File

@@ -17,6 +17,10 @@ namespace ZR.Model.System.Generate
[SqlSugar.SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
public int TableId { get; set; }
/// <summary>
/// 数据库名
/// </summary>
public string DbName { get; set; }
/// <summary>
/// 表名
/// </summary>
public string TableName { get; set; }