调整在线开发,组织获取关联工序列表代码
This commit is contained in:
25
EquipMgr/Tnb.EquipMgr.Entities/Dto/EquipmentListOutput.cs
Normal file
25
EquipMgr/Tnb.EquipMgr.Entities/Dto/EquipmentListOutput.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 设备列表输出类
|
||||
/// </summary>
|
||||
public class EquipmentListOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string eqp_code { get; set; }
|
||||
public string eqp_name { get; set; }
|
||||
public string eqp_type_code { get; set; }
|
||||
public string accept_status { get; set; }
|
||||
public string supplier_code { get; set; }
|
||||
public string accept_date { get; set; }
|
||||
public string install_date { get; set; }
|
||||
public string use_department_code { get; set; }
|
||||
public string remark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user