bug
This commit is contained in:
@@ -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>
|
||||
/// 工序名称
|
||||
|
||||
Reference in New Issue
Block a user