@@ -28,6 +28,11 @@ public class AddInspectionRequest { | |||
*/ | |||
private Integer airportId; | |||
/** | |||
* 机场sn号 | |||
*/ | |||
private String sn; | |||
/** | |||
* 巡检机场名称 | |||
*/ |
@@ -37,6 +37,11 @@ public class EditInspectionRequest { | |||
*/ | |||
private Integer airportId; | |||
/** | |||
* 机场sn号 | |||
*/ | |||
private String sn; | |||
/** | |||
* 巡检机场名称 | |||
*/ |