首末巡检自动自检报废 设备相关报表
This commit is contained in:
13
EquipMgr/Tnb.EquipMgr.Entities/Dto/EqpFaultReportOutput.cs
Normal file
13
EquipMgr/Tnb.EquipMgr.Entities/Dto/EqpFaultReportOutput.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class EqpFaultReportOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string fault_name { get; set; }
|
||||
public string fault_type_name { get; set; }
|
||||
public string equip_type_name { get; set; }
|
||||
public string month { get; set; }
|
||||
public int count { get; set; }
|
||||
public decimal? repair_take_time { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user