Commit 82e04191 authored by taabe's avatar taabe

消防车辆图片字段修改

parent 9b2c98f1
...@@ -24,7 +24,7 @@ public class FireBrigadeResourceDto extends BaseDto { ...@@ -24,7 +24,7 @@ public class FireBrigadeResourceDto extends BaseDto {
private String name; private String name;
@ApiModelProperty(value = "资源图片") @ApiModelProperty(value = "资源图片")
private String img; private List<String> image;
@ApiModelProperty(value = "资源类型") @ApiModelProperty(value = "资源类型")
private String type; private String type;
......
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