修改中横线
This commit is contained in:
@ -12,96 +12,97 @@ public interface ServiceNameConstants {
|
|||||||
/**
|
/**
|
||||||
* 加解密服务
|
* 加解密服务
|
||||||
*/
|
*/
|
||||||
String CRYPT_SERVICE = "coreServiceEbtpCrypt";
|
String CRYPT_SERVICE = "core-service-ebtp-crypt";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 即时通讯
|
* 即时通讯
|
||||||
*/
|
*/
|
||||||
String IM_SERVICE = "coreServiceEbtpIm";
|
String IM_SERVICE = "core-service-ebtp-im";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 支付服务
|
* 支付服务
|
||||||
*/
|
*/
|
||||||
String PAY_SERVICE = "coreServiceEbtpPay";
|
String PAY_SERVICE = "core-service-ebtp-pay";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 大文件上传下载
|
* 大文件上传下载
|
||||||
*/
|
*/
|
||||||
String UPDOWNLOAD_SERVICE = "coreServiceEbtpUpdownload";
|
String UPDOWNLOAD_SERVICE = "core-service-ebtp-updownload";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 流程服务
|
* 流程服务
|
||||||
*/
|
*/
|
||||||
String PROCESS_SERVICE = "bizServiceEbtpProcess";
|
String PROCESS_SERVICE = "biz-service-ebtp-process";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 费用设置
|
* 费用设置
|
||||||
*/
|
*/
|
||||||
String EXPENSES_SERVICE = "bizServiceEbtpExpenses";
|
String EXPENSES_SERVICE = "biz-service-ebtp-expenses";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 竞拍
|
* 竞拍
|
||||||
*/
|
*/
|
||||||
String AUCTION_SERVICE = "bizServiceEbtpAuction";
|
String AUCTION_SERVICE = "biz-service-ebtp-auction";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 应答格式
|
* 应答格式
|
||||||
*/
|
*/
|
||||||
String RESPS_SERVICE = "bizServiceEbtpResps";
|
String RESPS_SERVICE = "biz-service-ebtp-resps";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 评审配置结构化服务
|
* 评审配置结构化服务
|
||||||
*/
|
*/
|
||||||
String RSMS_SERVICE = "bizServiceEbtpRsms";
|
String RSMS_SERVICE = "biz-service-ebtp-rsms";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 项目服务
|
* 项目服务
|
||||||
*/
|
*/
|
||||||
String PROJECT_SERVICE = "bizServiceEbtpProject";
|
String PROJECT_SERVICE = "biz-service-ebtp-project";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 招标公告、邀请函、应答文件服务
|
* 招标公告、邀请函、应答文件服务
|
||||||
*/
|
*/
|
||||||
String BID_SERVICE = "bizServiceEbtpBid";
|
String BID_SERVICE = "biz-service-ebtp-bid";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 投标服务
|
* 投标服务
|
||||||
*/
|
*/
|
||||||
String TENDER_SERVICE = "bizServiceEbtpTender";
|
String TENDER_SERVICE = "biz-service-ebtp-tender";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 开标大厅
|
* 开标大厅
|
||||||
*/
|
*/
|
||||||
String OPEN_SERVICE = "bizServiceEbtpOpening";
|
String OPEN_SERVICE = "biz-service-ebtp-opening";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 评标
|
* 评标
|
||||||
*/
|
*/
|
||||||
String EVALUATION_SERVICE = "bizServiceEbtpEvaluation";
|
String EVALUATION_SERVICE = "biz-service-ebtp-evaluation";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定标
|
* 定标
|
||||||
*/
|
*/
|
||||||
String CALIBRATION_SERVICE = "bizServiceEbtpCalibration";
|
String CALIBRATION_SERVICE = "biz-service-ebtp-calibration";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 归档
|
* 归档
|
||||||
*/
|
*/
|
||||||
String ARCHIVE_SERVICE = "bizServiceEbtpArchive";
|
String ARCHIVE_SERVICE = "biz-service-ebtp-archive";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 交易工具前端
|
* 交易工具前端
|
||||||
*/
|
*/
|
||||||
String FRONTEND_SERVICE = "feServiceEbtpFrontend";
|
String FRONTEND_SERVICE = "fe-service-ebtp-frontend";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 投标客户端工具
|
* 投标客户端工具
|
||||||
*/
|
*/
|
||||||
String BIDDING_TOOL_SERVICE = "clientEbtpBiddingTool";
|
String BIDDING_TOOL_SERVICE = "client-ebtp-bidding-tool";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 电子签章
|
* 电子签章
|
||||||
*/
|
*/
|
||||||
String ELEC_SIGN_SERVICE = "coreServiceEbtpElecSign";
|
String ELEC_SIGN_SERVICE = "core-service-ebtp-elec-sign";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user