Commit 7aa19ef0 authored by hezhen's avatar hezhen

123

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