This commit is contained in:
qianhao.xu
2024-12-23 14:00:01 +08:00
parent 54e920680d
commit efae96b039
6 changed files with 19 additions and 19 deletions

View File

@@ -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>