RpcConstant.java 331 Bytes
Newer Older
苗卫卫 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
package com.boco.nbd.wios.manage.contants;

/**
 * 远程调用服务常量类
 *
 * @author lilin
 * @version [4.0.0, 2017年6月29日]
 */
public class RpcConstant {
    /**
     * 推送中心
     */
    public static final int SYSTEM_PUSH = 1;

    /**
     * 发票
     */
    public static final int SYSTEM_INVOICE = 2;

}