设备保养执行 复核 设备报废
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class MaintainRecordRepeatOutput
|
||||
{
|
||||
public EqpMaintainRecordH model { get; set; }
|
||||
|
||||
public List<EqpMaintainRecordD> details { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user