组装包装甘特图接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
{
|
||||
public class GanntSaveInput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string row_id { get; set; }
|
||||
public GanntTime time { get; set; }
|
||||
}
|
||||
|
||||
public class GanntTime
|
||||
{
|
||||
public DateTime? start { get; set; }
|
||||
public DateTime? end { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user