修改common

This commit is contained in:
付庆吉
2020-12-16 10:30:04 +08:00
parent 3e75355dfb
commit 2730cff03b

View File

@ -8,48 +8,95 @@ package com.chinaunicom.mall.ebtp.common.constant;
*/
public interface ServiceNameConstants {
/**
* 项目服务
*/
String PROJECT_SERVICE = "ebtp-mall-project";
/**
* 招标公告、邀请函、应答文件服务
* 加解密服务
*/
String BID_SERVICE = "ebtp-mall-bid";
String CRYPT_SERVICE = "core_service_ebtp_crypt";
/**
* 评审配置结构化服务
* 即时通讯
*/
String RSMS_SERVICE = "ebtp-mall-rsms";
String IM_SERVICE = "core_service_ebtp_im";
/**
* 费用设置
* 支付服务
*/
String EXPENSES_SERVICE = "ebtp-mall-expenses";
String PAY_SERVICE = "core_service_ebtp_pay";
/**
* 应答格式
* 大文件上传下载
*/
String RESPS_SERVICE = "ebtp-mall-resps";
/**
* 开标大厅
*/
String OPEN_SERVICE = "ebtp-mall-open";
/**
* 投标服务
*/
String TENDER_SERVICE = "ebtp-mall-tender";
/**
* 解密服务
*/
String CRYPT_SERVICE = "ebtp-mall-crypt";
String UPDOWNLOAD_SERVICE = "core_service_ebtp_updownload";
/**
* 流程服务
*/
String PROCESS_SERVICE = "ebtp-mall-process";
String PROCESS_SERVICE = "biz_service_ebtp_process";
/**
* 费用设置
*/
String EXPENSES_SERVICE = "biz_service_ebtp_expenses";
/**
* 竞拍
*/
String AUCTION_SERVICE = "biz_service_ebtp_auction";
/**
* 应答格式
*/
String RESPS_SERVICE = "biz_service_ebtp_resps";
/**
* 评审配置结构化服务
*/
String RSMS_SERVICE = "biz_service_ebtp_rsms";
/**
* 项目服务
*/
String PROJECT_SERVICE = "biz_service_ebtp_project";
/**
* 招标公告、邀请函、应答文件服务
*/
String BID_SERVICE = "biz_service_ebtp_bid";
/**
* 投标服务
*/
String TENDER_SERVICE = "biz_service_ebtp_tender";
/**
* 开标大厅
*/
String OPEN_SERVICE = "biz_service_ebtp_opening";
/**
* 定标
*/
String CALIBRATION_SERVICE = "biz_service_ebtp_calibration";
/**
* 归档
*/
String ARCHIVE_SERVICE = "biz_service_ebtp_archive";
/**
* 交易工具前端
*/
String FRONTEND_SERVICE = "fe_service_ebtp_frontend";
/**
* 投标客户端工具
*/
String BIDDING_TOOL_SERVICE = "client_ebtp_bidding_tool";
/**
* 电子签章
*/
String ELEC_SIGN_SERVICE = "core_service_ebtp_elec_sign";
}