Commit 134d8e5b authored by tangwei's avatar tangwei

Merge branch 'developer' of http://39.98.45.134:8090/moa/amos-boot-biz into developer

parents 783d94fb 2284e9bc
...@@ -64,12 +64,13 @@ public class KeySiteExcleDto implements Serializable { ...@@ -64,12 +64,13 @@ public class KeySiteExcleDto implements Serializable {
@ExcelProperty(value = "使用性质", index = 6) @ExcelProperty(value = "使用性质", index = 6)
@ApiModelProperty(value = "使用性质") @ApiModelProperty(value = "使用性质")
private String useNature; private String useNature;
@ExcelProperty(value = "责任人", index = 7) @ExcelIgnore
//@ExcelProperty(value = "责任人", index = 7)
@ApiModelProperty(value = "责任人") @ApiModelProperty(value = "责任人")
private String chargePerson; private String chargePerson;
@ExcelIgnore
@ExcelProperty(value = "责任人身份证", index = 8) //@ExcelProperty(value = "责任人身份证", index = 8)
@ApiModelProperty(value = "责任人身份证") @ApiModelProperty(value = "责任人身份证")
private String chargePersonId; 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