Commit 7aa19ef0 authored by hezhen's avatar hezhen

123

parent 78fbfd46
......@@ -54,6 +54,13 @@ public class AppUserSellingWater implements Serializable {
@Column(name = "order_id")
@ApiModelProperty(value = "订单id")
private Integer orderId;
/**
* 订单号
*/
@Column(name = "order_no")
@ApiModelProperty(value = "订单号")
private String orderNo;
/**
* 商品id
......
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