yujian
2019-07-02 6367f20b7a8fe23d7a547b83f1e30321b84d09f2
fanli/src/main/java/com/yeshi/fanli/util/Constant.java
@@ -14,9 +14,9 @@
public class Constant {
   public static boolean IS_TASK = false;
   // 外网环境
   public static boolean IS_OUTNET = true;
   public static boolean IS_OUTNET = false;
   public static boolean IS_TEST = false;
   public static boolean IS_TEST = true;
   public static int PAGE_SIZE = 20;