|
@@ -101,12 +101,6 @@ public class InspectionItemPlan {
|
|
private Integer status;
|
|
private Integer status;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 是否已推送
|
|
|
|
- */
|
|
|
|
- @ApiModelProperty(value = "是否已推送 0 未推送 1 已推送")
|
|
|
|
- private Integer isPushed;
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
* 创建时间
|
|
* 创建时间
|
|
*/
|
|
*/
|
|
@ApiModelProperty(value = "创建时间")
|
|
@ApiModelProperty(value = "创建时间")
|
|
@@ -319,12 +313,4 @@ public class InspectionItemPlan {
|
|
public void setRealName(String realName) {
|
|
public void setRealName(String realName) {
|
|
this.realName = realName;
|
|
this.realName = realName;
|
|
}
|
|
}
|
|
-
|
|
|
|
- public Integer getIsPushed() {
|
|
|
|
- return isPushed;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setIsPushed(Integer isPushed) {
|
|
|
|
- this.isPushed = isPushed;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|