This commit is contained in:
2021-10-06 22:58:29 +00:00
parent e12d506e90
commit 6b8157e1d9
3 changed files with 24 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ namespace AyaNova.Models
public class ViewScheduleWorkOrder
{
public long WoItemSchedUserId { get; set; }
public long SchedUserId { get; set; }
public long? SchedUserId { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? StopDate { get; set; }
public long Serial { get; set; }