yujian
2019-05-28 111c99cc49f7d466b93c287610abbd39fe690413
fanli/src/main/java/com/yeshi/fanli/util/Constant.java
@@ -13,9 +13,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;