点巡检复核
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class SpotInsRecordRepeatInput
|
||||
{
|
||||
public string id { get; set; }
|
||||
|
||||
public string repeat_result { get; set; }
|
||||
|
||||
public string repeat_remark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user