物料签收记录
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class PrdMaterialReceiptRecordUpListOutPut
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string mo_task_code { get; set; }
|
||||
public string mo_task_status { get; set; }
|
||||
public string mo_id { get; set; }
|
||||
public string material_id { get; set; }
|
||||
public string workstation_id { get; set; }
|
||||
public string workline_id { get; set; }
|
||||
public string act_start_date { get; set; }
|
||||
public List<PrdMaterialReceiptRecordUpListChildOutPut> tablefield103 { get; set; } = new List<PrdMaterialReceiptRecordUpListChildOutPut>();
|
||||
}
|
||||
|
||||
public class PrdMaterialReceiptRecordUpListChildOutPut
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string code { get; set; }
|
||||
public string create_id { get; set; }
|
||||
public string create_time { get; set; }
|
||||
}
|
||||
|
||||
public class PrdMaterialReceiptRecordUpListDownOutPut
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string material_id { get; set; }
|
||||
public string unit_id { get; set; }
|
||||
public string batch { get; set; }
|
||||
public string feeding_num { get; set; }
|
||||
public string num { get; set; }
|
||||
public string member_carry_code { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user