Commit 842c7417 by pengjinyang

取消sqlsugar时间默认值设置

parent 924a066c
...@@ -52,7 +52,6 @@ namespace Domain.Domain.TakeStock ...@@ -52,7 +52,6 @@ namespace Domain.Domain.TakeStock
[SugarColumn(IsNullable = true, Length = 500)] [SugarColumn(IsNullable = true, Length = 500)]
public string Description { get; set; } public string Description { get; set; }
[SugarColumn(IsOnlyIgnoreInsert = true)]
public DateTime CreationTime { get; set; } public DateTime CreationTime { get; set; }
[SugarColumn(IsNullable = true)] [SugarColumn(IsNullable = true)]
......
...@@ -45,7 +45,6 @@ namespace Domain.Domain.TakeStock ...@@ -45,7 +45,6 @@ namespace Domain.Domain.TakeStock
[SugarColumn(IsNullable = true, Length = 500)] [SugarColumn(IsNullable = true, Length = 500)]
public string Description { get; set; } public string Description { get; set; }
[SugarColumn(IsOnlyIgnoreInsert = true)]
public DateTime CreationTime { get; set; } public DateTime CreationTime { get; set; }
[SugarColumn(IsNullable = true)] [SugarColumn(IsNullable = true)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment