|
@@ -58,7 +58,7 @@ public class DeviceDetailVo extends DeviceVo{
|
|
|
private String regionName;
|
|
|
|
|
|
@ApiModelProperty(value="分类名称")
|
|
|
- private Integer categoryName;
|
|
|
+ private String categoryName;
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value="创建时间")
|