生产相关列表倒叙,生产工单列表重写
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public class PrdMoTaskIssueListOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string mo_task_code { get; set; }
|
||||
public string material_id { get; set; }
|
||||
public string mold_id { get; set; }
|
||||
public string mo_task_status { get; set; }
|
||||
public int? plan_qty { get; set; }
|
||||
public int? scheduled_qty { get; set; }
|
||||
public string create_time { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user