设备保养执行 复核 设备报废
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class MaintainRecordRepeatInput
|
||||
{
|
||||
public string id { get; set; }
|
||||
|
||||
public string repeat_result { get; set; }
|
||||
|
||||
public string repeat_remark { get; set; }
|
||||
|
||||
public List<Dictionary<string,string>> details { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user