You've already forked FrameTour-BE
2
This commit is contained in:
@@ -15,6 +15,7 @@ public class DeviceConfigEntity {
|
||||
* 设备id
|
||||
*/
|
||||
private Long deviceId;
|
||||
private Integer viidType;
|
||||
/**
|
||||
* 启用时间
|
||||
*/
|
||||
|
@@ -31,6 +31,7 @@ public class OrderItemVO {
|
||||
@ApiModelProperty("商品ID,goods_type=1关联video.id,=2关联source.id")
|
||||
private Long goodsId;
|
||||
private Long faceId;
|
||||
private String faceUrl;
|
||||
@ApiModelProperty("景区名称")
|
||||
private String scenicName;
|
||||
@ApiModelProperty("商品名称 模版名称/原片x个/照片x个")
|
||||
|
Reference in New Issue
Block a user