@@ -148,7 +148,7 @@ public class TicketBox implements Serializable {
@ApiModelProperty("预购价")
- @TableField("sale_price")
+ @TableField("pre_price")
private Integer prePrice;
/**