点巡检报表 设备维修复核
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class RepairApplyRepeatInput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string repeat_result { get; set; }
|
||||
public string repeat_descrip { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user