Commit ef49bb4b authored by tianyiming's avatar tianyiming

11608

parent e81a15ac
...@@ -79,11 +79,11 @@ public class KeySiteExcleDto implements Serializable { ...@@ -79,11 +79,11 @@ public class KeySiteExcleDto implements Serializable {
private String keyPreventionReason; private String keyPreventionReason;
@ExcelProperty(value = "消防设施情况", index = 8) @ExcelProperty(value = "消防设施情况", index = 8)
@ExplicitConstraint(indexNum=11,source = {"有","无"})
@ApiModelProperty(value = "消防设施情况") @ApiModelProperty(value = "消防设施情况")
private String fireFacilitiesInfo; private String fireFacilitiesInfo;
@ExcelProperty(value = "防火标志设立情况", index = 9) @ExcelProperty(value = "防火标志设立情况", index = 9)
@ExplicitConstraint(indexNum=9,source = {"有","无"})
@ApiModelProperty(value = "防火标志设立情况") @ApiModelProperty(value = "防火标志设立情况")
private String firePreventionFlagName; private String firePreventionFlagName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment