You've already forked FrameTour-BE
订单类型,名称变更
This commit is contained in:
@@ -10,6 +10,7 @@ public class PriceObj {
|
||||
private Long scenicId;
|
||||
private int goodsType;
|
||||
private Long goodsId;
|
||||
private Long faceId;
|
||||
private BigDecimal price = BigDecimal.ZERO;
|
||||
private BigDecimal scenicAllPrice;
|
||||
private BigDecimal slashPrice;
|
||||
|
@@ -26,6 +26,7 @@ public class OrderEntity {
|
||||
* 用户id
|
||||
*/
|
||||
private Long memberId;
|
||||
private Long faceId;
|
||||
/**
|
||||
* 微信openId
|
||||
*/
|
||||
|
@@ -19,7 +19,7 @@ public class OrderItemEntity {
|
||||
*/
|
||||
private Long orderId;
|
||||
/**
|
||||
* 商品类型,0其他,1成片,,2源素材
|
||||
* 商品类型,-1模板,0其他,1成片,2源素材
|
||||
*/
|
||||
private Integer goodsType;
|
||||
/**
|
||||
|
@@ -19,6 +19,9 @@ import java.util.List;
|
||||
public class OrderRespVO {
|
||||
private Long id;
|
||||
private Long memberId;
|
||||
private Long faceId;
|
||||
private String faceUrl;
|
||||
private Integer type;
|
||||
@ApiModelProperty("用户昵称")
|
||||
private String memberNickname;
|
||||
@ApiModelProperty("用户真实名称")
|
||||
|
Reference in New Issue
Block a user