package me.bello.eastline.utils; /** * 常量类 */ public class AppConst { public static final int RSP_OK = 1; public static final int RSP_FAIL = 0; }