Update SugarColumns

This commit is contained in:
sunkaixuan 2023-06-07 08:40:59 +08:00
parent 00a23717c4
commit 65d61fdc39
2 changed files with 2 additions and 0 deletions

View File

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

View File

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