ZQN
2024-06-24 3e11f3d28421cf9401bb42e68ed49e118e0ce5dc
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;//纯余额
 
}