java工具类-交易码

/**
 * 功能描述:交易码
 * 
 */
public class TransCode
{
    //登录
    public static final String LOGIN="A001";
    //注册
    public static final String REGISTER="A002";
    
}

猜你喜欢

转载自www.cnblogs.com/chaoswu/p/10113758.html