From 970568e63de3fe8c5e43a50a8ff3f03b39d48026 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 31 Mar 2022 16:01:19 +0800 Subject: [PATCH] 清空数据项 --- zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java | 30 ++++++++++++++++++++---------- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java b/zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java index 782fd14..41d5d7c 100644 --- a/zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java +++ b/zq-erp/src/main/java/com/matrix/system/constance/Dictionary.java @@ -55,14 +55,17 @@ * 支付方式-现金支付 */ String PAY_TYPE_MOENY = "现金"; - /** - * 支付方式-现金支付 - */ - String PAY_TYPE_MOENY_CARD = "会员卡"; + /** * 支付方式-卡支付 */ String PAY_TYPE_CARD = "划扣"; + + + /** + * 服务单状态-待确认 + */ + String SERVICE_STATU_DQR = "待确认"; /** * 服务单状态-待预约 */ @@ -400,10 +403,6 @@ * 商城商品-充值卡 */ String SHOPPING_GOODS_TYPE_CZK = "充值卡"; - /** - * 商城商品-综合卡 - */ - String SHOPPING_GOODS_TYPE_ZHK = "综合卡"; @@ -549,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/"; // 积分规则编号 @@ -558,5 +557,16 @@ String ORDER_TYPE_SEAL="订单"; String ORDER_TYPE_SERVICE="服务单"; - + + String ACHIEVE_TYPE_CASH = "现金业绩"; + String ACHIEVE_TYPE_CARD = "划扣业绩"; + + 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"; } -- Gitblit v1.9.1