jyy
2021-06-12 393d296e43f0e5f11e524cab5446bcd3eee94e89
zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java
@@ -55,10 +55,7 @@
    * 支付方式-现金支付
    */
   String PAY_TYPE_MOENY = "现金";
   /**
    * 支付方式-现金支付
    */
   String PAY_TYPE_MOENY_CARD = "会员卡";
   /**
    * 支付方式-卡支付
    */
@@ -570,4 +567,10 @@
    String SEX_MAN ="男";
    String SEX_WOMAN ="女";
    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";
}