|
|
@@ -16,12 +16,6 @@ public class AppRulePointDetailDto {
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
private Long id;
|
|
|
|
|
|
-// @ApiModelProperty(value = "规范id")
|
|
|
-// private Long ruleId;
|
|
|
-
|
|
|
-// @ApiModelProperty(value = "检查要点编号")
|
|
|
-// private int pointNum;
|
|
|
-
|
|
|
@ApiModelProperty(value = "检查要点名称")
|
|
|
private String name;
|
|
|
|
|
|
@@ -32,42 +26,16 @@ public class AppRulePointDetailDto {
|
|
|
@ApiModelProperty(value = "检查区域名称")
|
|
|
private String areaName;
|
|
|
|
|
|
-// @ApiModelProperty(value = "安防类型,字典表value")
|
|
|
-// private Integer safeType;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "安防类型名称")
|
|
|
-// private String safeTypeName;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "整改期限,天数")
|
|
|
-// private int reformDay;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "检查方法,字典表value")
|
|
|
-// private Integer inspection;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "检查方法名称")
|
|
|
-// private String inspectionName;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "数据类型,数据类型表id")
|
|
|
-// private Long dataType;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "数据类型,数据类型表id")
|
|
|
-// private String dataTypeName;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "时间类型,0无,1时分")
|
|
|
-// private Integer timeType;
|
|
|
+ @ApiModelProperty(value = "NFC点位id")
|
|
|
+ @JsonSerialize(using = ToStringSerializer.class)
|
|
|
+ private Long checkId;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "NFC点位名称")
|
|
|
+ private String checkName;
|
|
|
|
|
|
@ApiModelProperty(value = "备注")
|
|
|
private String remark;
|
|
|
|
|
|
-// @ApiModelProperty(value = "风险等级code")
|
|
|
-// private Long degreeRisk;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "风险等级名称")
|
|
|
-// private String degreeRiskName;
|
|
|
-
|
|
|
- /*@ApiModelProperty(value = "sys_area_check 主键id")
|
|
|
- private Long nfcBindId;*/
|
|
|
-
|
|
|
@ApiModelProperty(value = "要点关联的业务类型")
|
|
|
private String businessType;
|
|
|
}
|