pad注塑挤出组装包装任务单列表合二为一

This commit is contained in:
2023-09-21 17:31:43 +08:00
parent 1d9e74b45f
commit 9ac8d01626
2 changed files with 65 additions and 1 deletions

View File

@@ -91,5 +91,6 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
public string mold_id { get; set; }
public string mold_code { get; set; }
public string mold_name { get; set; }
public DateTime? create_time { get; set; }
}
}