修改Update_time字段为可为空
This commit is contained in:
parent
f6ca632efd
commit
e5a4f3e008
@ -25,7 +25,7 @@ namespace ZR.Model.System
|
|||||||
//[JsonIgnore]
|
//[JsonIgnore]
|
||||||
[SugarColumn(IsOnlyIgnoreInsert = true)]//设置后插入数据不会有此字段
|
[SugarColumn(IsOnlyIgnoreInsert = true)]//设置后插入数据不会有此字段
|
||||||
[JsonProperty(propertyName: "UpdateTime")]
|
[JsonProperty(propertyName: "UpdateTime")]
|
||||||
public DateTime Update_time { get; set; }
|
public DateTime? Update_time { get; set; }
|
||||||
|
|
||||||
public string Remark { get; set; }
|
public string Remark { get; set; }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user