生产相关列表倒叙,生产工单列表重写
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class PrdMoListOuput
|
||||
{
|
||||
public string id { get; set; }
|
||||
|
||||
public string mo_type { get; set; }
|
||||
|
||||
public string mo_source { get; set; }
|
||||
public string mo_code { get; set; }
|
||||
public string plan_start_date { get; set; }
|
||||
public string plan_end_date { get; set; }
|
||||
public string material_id { get; set; }
|
||||
public int? plan_qty { get; set; }
|
||||
public string unit_id { get; set; }
|
||||
public string mo_status { get; set; }
|
||||
public string? remark { get; set; }
|
||||
public string combine_mo_code { get; set; }
|
||||
public string material_id_id { get; set; }
|
||||
public List<PrdMoListOuput> children { get; set; } = new List<PrdMoListOuput>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user