You've already forked FrameTour-BE
加点缓存
This commit is contained in:
@ -17,6 +17,7 @@ public class GoodsPageVO {
|
||||
private String goodsName;
|
||||
@ApiModelProperty("景区id")
|
||||
private Long scenicId;
|
||||
private Long faceId;
|
||||
@ApiModelProperty("景区名称")
|
||||
private String scenicName;
|
||||
@ApiModelProperty("商品类型 1:成片视频 2:源素材")
|
||||
|
@ -35,6 +35,7 @@ public class SourceRespVO {
|
||||
*/
|
||||
@ApiModelProperty("来源设备id")
|
||||
private Long deviceId;
|
||||
private Long faceId;
|
||||
@ApiModelProperty("原素材类型:1视频,2图像")
|
||||
private Integer type;
|
||||
/**
|
||||
|
@ -29,6 +29,7 @@ public class VideoRespVO {
|
||||
*/
|
||||
@ApiModelProperty("用户id")
|
||||
private Long memberId;
|
||||
private Long faceId;
|
||||
/**
|
||||
* 模版id
|
||||
*/
|
||||
|
Reference in New Issue
Block a user