Commit c5cf0f22 authored by hezhen's avatar hezhen

修改结构

parent 28637e41
...@@ -52,9 +52,9 @@ public class TourGoodSpePrice implements Serializable { ...@@ -52,9 +52,9 @@ public class TourGoodSpePrice implements Serializable {
private BigDecimal price; private BigDecimal price;
//儿童价格 //儿童价格
@Column(name = "chid_price") @Column(name = "child_price")
@ApiModelProperty(value = "儿童价格") @ApiModelProperty(value = "儿童价格")
private BigDecimal chidPrice; private BigDecimal childPrice;
//会员价格 //会员价格
@Column(name = "member_price") @Column(name = "member_price")
......
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