优化
This commit is contained in:
@@ -80,6 +80,8 @@
|
||||
public string? process_name { get; set; }
|
||||
|
||||
public string create_time { get; set; }
|
||||
|
||||
public string workstation_name { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
public int? plan_qty { get; set; }
|
||||
public int? scheduled_qty { get; set; }
|
||||
public string create_time { get; set; }
|
||||
public string workstation_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user