You've already forked FrameTour-BE
关联关系修改
This commit is contained in:
@ -19,10 +19,6 @@ public class GoodsPageVO {
|
||||
private Long scenicId;
|
||||
@ApiModelProperty("景区名称")
|
||||
private String scenicName;
|
||||
@ApiModelProperty("经度")
|
||||
private BigDecimal longitude;
|
||||
@ApiModelProperty("纬度")
|
||||
private BigDecimal latitude;
|
||||
@ApiModelProperty("商品类型 1:成片视频 2:源素材")
|
||||
private Integer goodsType;
|
||||
@ApiModelProperty("源素材类型 1:视频 2:图片")
|
||||
|
@ -13,6 +13,4 @@ import lombok.Data;
|
||||
public class ScenicDeviceCountVO {
|
||||
@ApiModelProperty("景区设备总数")
|
||||
private Integer totalDeviceCount;
|
||||
@ApiModelProperty("拍摄到用户的设备数量")
|
||||
private Integer shotDeviceCount;
|
||||
}
|
||||
|
Reference in New Issue
Block a user