Newer
Older
stockTray / EastLineServer / src / main / java / me / bello / eastline / utils / AppConst.java
bello on 12 Aug 2020 166 bytes 新增控制台
package me.bello.eastline.utils;

/**
 * 常量类
 */
public class AppConst {

    public static final int RSP_OK = 1;
    public static final int RSP_FAIL = 0;


}