This commit is contained in:
2023-05-31 10:19:05 +08:00
parent 1b65a7a9e5
commit 9c621c75cd
238 changed files with 9905 additions and 4034 deletions

View File

@@ -48,11 +48,6 @@ public class IndexColumnDesign
/// </summary>
public string Align { get; set; }
/// <summary>
/// 是否自动转换.
/// </summary>
public bool IsAutomatic { get; set; }
/// <summary>
/// 时间格式化.
/// </summary>
@@ -77,4 +72,9 @@ public class IndexColumnDesign
/// 子表配置.
/// </summary>
public List<IndexColumnDesign> ChildTableDesigns { get; set; }
/// <summary>
/// 关联表单模板ID.
/// </summary>
public string ModelId { get; set; }
}