Commit 4ee153e5 authored by hezhen's avatar hezhen

123

parent feda887e
...@@ -36,7 +36,7 @@ public class CompanyInfoOrder { ...@@ -36,7 +36,7 @@ public class CompanyInfoOrder {
@ApiModelProperty("支付状态:0-未支付:1-已支付:2-已退款") @ApiModelProperty("支付状态:0-未支付:1-已支付:2-已退款")
@Column(name = "pay_status") @Column(name = "pay_status")
private Integer pay_status; private Integer payStatus;
......
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