ZQN
2024-06-22 ee22d914b0b400cbf35ba4d10346bf1a349d1d62
1
2
3
4
5
6
7
8
9
10
11
12
package com.project.common.constant;
 
public class PayMethodConstants
{
    public static final Integer WX_PAY = 1;//微信支付
    public static final Integer ZFB_PAY = 2;//支付宝支付
    public static final Integer  XX_PAY = 3;//线下现金支付
    public static final Integer  WX_VALUE_PAY = 4;//微信+余额
    public static final Integer  ZFB_VALUE_PAY = 5;//支付宝+余额
    public static final Integer  VALUE_PAY= 6;//纯余额
 
}