Commit 2284e9bc authored by chenhao's avatar chenhao

提交bug4881

parent c72faff4
......@@ -65,11 +65,12 @@ public class KeySiteExcleDto implements Serializable {
@ApiModelProperty(value = "使用性质")
private String useNature;
@ExcelProperty(value = "责任人", index = 7)
@ExcelIgnore
//@ExcelProperty(value = "责任人", index = 7)
@ApiModelProperty(value = "责任人")
private String chargePerson;
@ExcelProperty(value = "责任人身份证", index = 8)
@ExcelIgnore
//@ExcelProperty(value = "责任人身份证", index = 8)
@ApiModelProperty(value = "责任人身份证")
private String chargePersonId;
......
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