| | |
| | |
|
| | | public final static int PAY_STATE_NOPAY = 0;// 未支付
|
| | | public final static int PAY_STATE_PAID = 1;// 已支付
|
| | | public final static int PAY_STATE_REFUND = 2;// 以退款
|
| | |
|
| | | public final static int STATE_INVALID = -1;// 失效
|
| | | public final static int STATE_NO_PAY = 0;// 未支付
|
| | | public final static int STATE_PAID = 1;// 已支付,待审核
|
| | | public final static int STATE_REJECT = 10;// 审核拒绝
|
| | | public final static int STATE_PART_PAY = 1;// 部分支付
|
| | | public final static int STATE_PAID = 5;// 已支付,待审核
|
| | | public final static int STATE_REJECT = 10;// 审核拒绝,退款中
|
| | | public final static int STATE_REJECT_REFUND_SUCCESS = 11;// 审核拒绝-退款成功
|
| | | public final static int STATE_REJECT_REFUND_FAIL = 12;// 审核拒绝-退款失败
|
| | | public final static int STATE_SUCCESS = 20;// 交易成功
|
| | |
|
| | | @Column(name = "so_id")
|