This commit is contained in:
2025-03-08 15:46:24 +08:00
parent 50927481d2
commit c2ebbd71e2
35 changed files with 303 additions and 314 deletions

View File

@@ -0,0 +1,17 @@
package com.ycwl.basic.model.mobile.order;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class IsBuyBatchRespVO {
private boolean buy;
private boolean free;
private Long orderId;
private Integer configId;
private int type;
private String goodsIds;
private BigDecimal price;
private BigDecimal slashPrice;
}

View File

@@ -31,6 +31,7 @@ public class DeviceRespVO {
private Integer status;
@ApiModelProperty("是否在线,0不在线,1在线")
private Integer online;
private String coverUrl;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date createAt;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")