This commit is contained in:
2023-09-15 15:54:15 +08:00
parent 0935137979
commit 105b5316df
2 changed files with 19 additions and 5 deletions

View File

@@ -12,4 +12,11 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
public DateTime? start { get; set; }
public DateTime? end { get; set; }
}
public class GanntTimeTips
{
public string mo_task_code { get; set; }
public DateTime? start_time { get; set; }
public DateTime? end_time { get; set; }
}
}