mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Fix QuestDb insert failed when include double type column
This commit is contained in:
@@ -19,6 +19,9 @@ namespace OrmTest
|
||||
public DateTime CreateTime { get; set; }
|
||||
[SugarColumn(IsNullable =true)]
|
||||
public long CustomId { get; set; }
|
||||
|
||||
public double Value { get; set; }
|
||||
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public List<OrderItem> Items { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user