This commit is contained in:
2025-01-26 02:21:27 +08:00
parent 7bd9a7507f
commit 1b11342e5d
32 changed files with 310 additions and 133 deletions

View File

@@ -15,6 +15,7 @@ public class DeviceConfigEntity {
* 设备id
*/
private Long deviceId;
private Integer viidType;
/**
* 启用时间
*/

View File

@@ -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个")