功能优化 成品调拨入库
This commit is contained in:
@@ -103,6 +103,16 @@
|
||||
/// 夜班后人员id/
|
||||
/// </summary>
|
||||
public string nightshiftafter_worker_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料规格
|
||||
/// </summary>
|
||||
public string? material_specification { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string? material_standard { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,9 +27,14 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
/// </summary>
|
||||
public string material_name { get; set; } = string.Empty;
|
||||
/// <summary>
|
||||
/// 物料规格型号
|
||||
/// 物料规格
|
||||
/// </summary>
|
||||
public string? material_standard { get; set; } = string.Empty;
|
||||
public string? material_specification { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string? material_standard { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工单类型:1-正常工单、2-返工工单、3-试制工单
|
||||
|
||||
@@ -33,5 +33,14 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
/// 夜班后人员id/
|
||||
/// </summary>
|
||||
public string nightshiftafter_worker_id { get; set; }
|
||||
/// <summary>
|
||||
/// 物料规格
|
||||
/// </summary>
|
||||
public string? f_flowtaskid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string? f_flowid { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -94,5 +94,15 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
public string material_id_id { get; set; }
|
||||
|
||||
public string f_flowid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料规格
|
||||
/// </summary>
|
||||
public string? f_flowtaskid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string extras { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user