This commit is contained in:
2023-06-28 15:31:02 +08:00
parent e478a4c2ca
commit 68b975c498
4 changed files with 18 additions and 6 deletions

View File

@@ -71,11 +71,11 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// <summary>
/// 预计开始时间
/// </summary>
public DateTime? estimated_start_date { get; set; }
public string? estimated_start_date { get; set; }
/// <summary>
/// 预计结束时间
/// </summary>
public DateTime? estimated_end_date { get; set; }
public string? estimated_end_date { get; set; }
/// <summary>
/// 工序名称