左晓为主开发手持机充值管理机
zuoxiao
2024-05-06 e79ced190337222c7475409363c8071c976c7de9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.dayu.baselibrary.utils;
 
/**
 * author: zuo
 * Date: 2024-04-29
 * Time: 15:09
 * 备注:公共参数
 */
public class BaseCommon {
 
    /**
     * 没有选择模块
     */
    public final static int NoLibrary = -1;
    public final static int HeNanLibrary = 0;
    public final static int QHAloneLibrary = 1;
 
 
}