Browse Source

Update SugarColumns

pull/33/head
sunkaixuan 1 year ago
parent
commit
65d61fdc39
  1. 1
      Src/Asp.Net/SqlSugar/Entities/EntityColumnInfo.cs
  2. 1
      Src/Asp.Net/SqlSugar/Entities/Mapping/SugarMappingAttribute.cs

1
Src/Asp.Net/SqlSugar/Entities/EntityColumnInfo.cs

@ -45,5 +45,6 @@ namespace SqlSugar
public bool InsertServerTime { get; set; } public bool InsertServerTime { get; set; }
public bool UpdateServerTime { get; set; } public bool UpdateServerTime { get; set; }
public string UpdateSql { get; set; } public string UpdateSql { get; set; }
public object ExtendedAttribute { get; set; }
} }
} }

1
Src/Asp.Net/SqlSugar/Entities/Mapping/SugarMappingAttribute.cs

@ -211,6 +211,7 @@ namespace SqlSugar
public string InsertSql { get; set; } public string InsertSql { get; set; }
public bool UpdateServerTime { get; set; } public bool UpdateServerTime { get; set; }
public string UpdateSql { get; set; } public string UpdateSql { get; set; }
public object ExtendedAttribute{ get; set; }
} }

Loading…
Cancel
Save