1
This commit is contained in:
parent
ba2e2dca05
commit
be744dafcf
@ -180,19 +180,9 @@ namespace DOAN.Model.MES.product.Dto
|
||||
/// <summary>
|
||||
/// 工单 带 完成数量
|
||||
/// </summary>
|
||||
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; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 完成数量
|
||||
@ -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; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 优先级
|
||||
/// </summary>
|
||||
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; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user