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"; + /** * 定标 */