Commit a3c29d0e authored by 周健威's avatar 周健威

修改

parent d8329299
...@@ -240,6 +240,6 @@ public class BaseOrder implements Serializable { ...@@ -240,6 +240,6 @@ public class BaseOrder implements Serializable {
* 使用的优惠券票号,逗号分割 * 使用的优惠券票号,逗号分割
*/ */
@ApiModelProperty(value = "使用的优惠券票号,逗号分割") @ApiModelProperty(value = "使用的优惠券票号,逗号分割")
@Column(name = "coupon_ticker_no") @Column(name = "coupon_ticker_nos")
private String couponTickerNos; private String couponTickerNos;
} }
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