Commit 8af12eb2 authored by tianyiming's avatar tianyiming

来源Bug-9125

parent 33c3acab
......@@ -79,12 +79,12 @@ public class KeySiteExcleDto implements Serializable {
private String keyPreventionReason;
@ExcelProperty(value = "消防设施情况", index = 8)
@ExplicitConstraint(indexNum=11,source = {"有","无"})
@ApiModelProperty(value = "消防设施情况")
private String fireFacilitiesInfo;
@ExcelProperty(value = "防火标志设立情况", index = 9)
@ApiModelProperty(value = "防火标志设立情况")
@ExplicitConstraint(indexNum=9,source = {"有","无"})
private String firePreventionFlagName;
@ExcelProperty(value = "危险源", index = 10)
......
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