xiaoyong931011
2022-03-29 68defbe491894e01c4402922de33c39633fca091
zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java
@@ -403,10 +403,6 @@
    * 商城商品-充值卡
    */
   String SHOPPING_GOODS_TYPE_CZK = "充值卡";
   /**
    * 商城商品-综合卡
    */
   String SHOPPING_GOODS_TYPE_ZHK = "综合卡";
@@ -552,7 +548,7 @@
   // 服务器文件上传配置
   String SAVE_PATH = "/mnt/hive/static/uploadeFile/";
   String SAVE_URL = "http://resource.hive.jyymatrix.cc/uploadeFile/";
   String SAVE_URL = "http://filehive2.jyymatrix.cc/uploadeFile/";
   // 积分规则编号
@@ -571,4 +567,6 @@
    String[] COLORS = { "#57c5d2", "#e3565e", "#2f343a", "#4d98db", "#4fbc9d", "#be9d4c"};
    String SERVICE_OVER_BEGIN_END = "SERVICE_OVER_BEGIN_END";
    String SALE_MAN_IS_CONSUME_ACHIEVE = "SALE_MAN_IS_CONSUME_ACHIEVE";
    String ZS_CONSUME_ACHIEVE = "ZS_CONSUME_ACHIEVE";
}