You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class Clock : EntyBase
{
public int UserId { get; set; }
public User User { get; set; }
public DateOnly ClockDate { get; set; }
public TimeOnly? ClockInTime { get; set; }
public TimeOnly? ClockOutTime { get; set; }
}
DateOnly
TimeOnly
3个字段不会处理 并且会报错
数据库的具体版本
sqlite 3
安装的包
3.0.100
.net framework/. net core? 及具体版本
.net 6
The text was updated successfully, but these errors were encountered:
问题描述及重现步骤:
DateOnly
TimeOnly
3个字段不会处理 并且会报错
数据库的具体版本
安装的包
.net framework/. net core? 及具体版本
The text was updated successfully, but these errors were encountered: