Commit b3d54fff authored by chenzhao's avatar chenzhao

BUG 2963 微型消防站,导入模板里面不应该有照片字段

parent 9ae27903
...@@ -81,8 +81,8 @@ public class FireStationDto extends BaseDto { ...@@ -81,8 +81,8 @@ public class FireStationDto extends BaseDto {
@ExcelProperty(value = "装备简要情况", index = 9) @ExcelProperty(value = "装备简要情况", index = 9)
@ApiModelProperty(value = "装备简要情况") @ApiModelProperty(value = "装备简要情况")
private String equipmentBrief; private String equipmentBrief;
/*bug 2963 微型消防站,导入模板里面不应该有照片字段 2021-09-24 CEHNZHAO*/
@ExcelProperty(value = "微型消防站照片", index = 10) @ExcelIgnore
@ApiModelProperty(value = "图片信息") @ApiModelProperty(value = "图片信息")
private String img; private String img;
......
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