init
This commit is contained in:
@@ -8,13 +8,13 @@ namespace DOAN.Model.BZFM.Dto
|
||||
{
|
||||
public string Workorder { get; set; }
|
||||
|
||||
public string RouteId { get; set; }
|
||||
public int RouteId { get; set; }
|
||||
|
||||
public int ProcessId { get; set; }
|
||||
|
||||
public string Worker { get; set; }
|
||||
|
||||
public DateTime[] JobDate { get; set; } = new DateTime[2];
|
||||
public DateTime[] JobDateTime { get; set; } = new DateTime[2];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user