Commit 135b618a authored by zhengyi's avatar zhengyi

补充订单详情半泡与泡重比设置的返回值

parent 8a56d93d
......@@ -113,6 +113,16 @@ public class OrderBackInfoDto {
@ApiModelProperty(value = "订单类型", required = true)
private Integer orderType;
@ExcelProperty("泡货类型 1 默认值 2 半泡(当订单为泡货时才使用此字段)")
@ApiModelProperty(value = "泡货类型 1 默认值 2 半泡(当订单为泡货时才使用此字段)", required = true)
private Integer pickleType;
@ExcelProperty("泡重比例,默认100%")
@ApiModelProperty(value = "泡重比例,默认100%", required = true)
private BigDecimal bubbleWeightRatio = BigDecimal.ONE;
@ExcelProperty("下单会员id")
@ApiModelProperty(value = "下单会员id", required = true)
private Long userId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment