fix: 付息数据日期类型支持DBNull
This commit is contained in:
@@ -98,12 +98,12 @@ namespace YLErp.DBModels
|
||||
/// 发布时间
|
||||
/// </summary>
|
||||
[Column("insert_time")]
|
||||
public DateTime create_time { get; set; }
|
||||
public DateTime? create_time { get; set; }
|
||||
/// <summary>
|
||||
/// 更新时间
|
||||
/// </summary>
|
||||
[DisplayName("更新时间")]
|
||||
[Column("update_time")]
|
||||
public DateTime update_time { get; set; }
|
||||
public DateTime? update_time { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user