From af6487bb57e7d44c80d2b5b552517534713682d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=BA=86=E5=90=89?= <51312040@qq.com> Date: Wed, 16 Dec 2020 11:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9common?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/ebtp/common/constant/ServiceNameConstants.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/constant/ServiceNameConstants.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/constant/ServiceNameConstants.java index dd2c7cf..2ed9e30 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/constant/ServiceNameConstants.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/constant/ServiceNameConstants.java @@ -75,6 +75,11 @@ public interface ServiceNameConstants { */ String OPEN_SERVICE = "biz_service_ebtp_opening"; + /** + * 评标 + */ + String EVALUATION_SERVICE = "biz_service_ebtp_evaluation"; + /** * 定标 */