工艺参数列表重写
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
namespace Tnb.PerMgr.Entities.Dto
|
||||
{
|
||||
public class PerProcessStandardListOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string code { get; set; }
|
||||
public string process_type { get; set; }
|
||||
public string molds_id { get; set; }
|
||||
public string equip_id { get; set; }
|
||||
public string equip_id_id { get; set; }
|
||||
public string output_material_id { get; set; }
|
||||
public decimal? moulding_cycle { get; set; }
|
||||
public string version { get; set; }
|
||||
public string enabled { get; set; }
|
||||
public string remark { get; set; }
|
||||
public string create_id { get; set; }
|
||||
public string create_id_id { get; set; }
|
||||
public string create_time { get; set; }
|
||||
public string molds_id_id { get; set; }
|
||||
public string output_material_id_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user