mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 14:04:44 +08:00
Update SugarColumns
This commit is contained in:
parent
00a23717c4
commit
65d61fdc39
@ -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; }
|
||||
}
|
||||
}
|
||||
|
@ -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; }
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user