From be744dafcfb1876e919c2f2f75e64c682a71768d Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Thu, 19 Sep 2024 11:34:50 +0800 Subject: [PATCH] 1 --- DOAN.Model/MES/product/Dto/ProWorkorderDto.cs | 43 ++----------------- 1 file changed, 3 insertions(+), 40 deletions(-) diff --git a/DOAN.Model/MES/product/Dto/ProWorkorderDto.cs b/DOAN.Model/MES/product/Dto/ProWorkorderDto.cs index 9ea8185..dc13e68 100644 --- a/DOAN.Model/MES/product/Dto/ProWorkorderDto.cs +++ b/DOAN.Model/MES/product/Dto/ProWorkorderDto.cs @@ -180,19 +180,9 @@ namespace DOAN.Model.MES.product.Dto /// /// 工单 带 完成数量 /// - public class ProWorkorderDto4 + public class ProWorkorderDto4: ProWorkorderDto { - public string Id { get; set; } - - public string ProductionName { get; set; } - - public string Workorder { get; set; } - - public string ProductionCode { get; set; } - - public string CustomCode { get; set; } - - public int? DeliveryNum { get; set; } + /// /// 完成数量 @@ -201,34 +191,7 @@ namespace DOAN.Model.MES.product.Dto public MaterialPreparationProgress progress { get; set; } - public string Unit { get; set; } - - - - - - public int? Sort { get; set; } - - public DateTime? WorkorderDate { get; set; } - - - - /// - /// 优先级 - /// - public int? Priority { get; set; } - - public int? Status { get; set; } - - public string Remark { get; set; } - - public string CreatedBy { get; set; } - - public DateTime? CreatedTime { get; set; } - - public string UpdatedBy { get; set; } - - public DateTime? UpdatedTime { get; set; } +