You've already forked FrameTour-BE
2
This commit is contained in:
@@ -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;
|
||||
}
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user