修改驼峰

This commit is contained in:
付庆吉
2020-12-16 13:46:17 +08:00
parent af6487bb57
commit ef1bc6cbf8

View File

@ -12,96 +12,96 @@ public interface ServiceNameConstants {
/** /**
* 加解密服务 * 加解密服务
*/ */
String CRYPT_SERVICE = "core_service_ebtp_crypt"; String CRYPT_SERVICE = "coreServiceEbtpCrypt";
/** /**
* 即时通讯 * 即时通讯
*/ */
String IM_SERVICE = "core_service_ebtp_im"; String IM_SERVICE = "coreServiceEbtpIm";
/** /**
* 支付服务 * 支付服务
*/ */
String PAY_SERVICE = "core_service_ebtp_pay"; String PAY_SERVICE = "coreServiceEbtpPay";
/** /**
* 大文件上传下载 * 大文件上传下载
*/ */
String UPDOWNLOAD_SERVICE = "core_service_ebtp_updownload"; String UPDOWNLOAD_SERVICE = "coreServiceEbtpUpdownload";
/** /**
* 流程服务 * 流程服务
*/ */
String PROCESS_SERVICE = "biz_service_ebtp_process"; String PROCESS_SERVICE = "bizServiceEbtpProcess";
/** /**
* 费用设置 * 费用设置
*/ */
String EXPENSES_SERVICE = "biz_service_ebtp_expenses"; String EXPENSES_SERVICE = "bizServiceEbtpExpenses";
/** /**
* 竞拍 * 竞拍
*/ */
String AUCTION_SERVICE = "biz_service_ebtp_auction"; String AUCTION_SERVICE = "bizServiceEbtpAuction";
/** /**
* 应答格式 * 应答格式
*/ */
String RESPS_SERVICE = "biz_service_ebtp_resps"; String RESPS_SERVICE = "bizServiceEbtpResps";
/** /**
* 评审配置结构化服务 * 评审配置结构化服务
*/ */
String RSMS_SERVICE = "biz_service_ebtp_rsms"; String RSMS_SERVICE = "bizServiceEbtpRsms";
/** /**
* 项目服务 * 项目服务
*/ */
String PROJECT_SERVICE = "biz_service_ebtp_project"; String PROJECT_SERVICE = "bizServiceEbtpProject";
/** /**
* 招标公告、邀请函、应答文件服务 * 招标公告、邀请函、应答文件服务
*/ */
String BID_SERVICE = "biz_service_ebtp_bid"; String BID_SERVICE = "bizServiceEbtpBid";
/** /**
* 投标服务 * 投标服务
*/ */
String TENDER_SERVICE = "biz_service_ebtp_tender"; String TENDER_SERVICE = "bizServiceEbtpTender";
/** /**
* 开标大厅 * 开标大厅
*/ */
String OPEN_SERVICE = "biz_service_ebtp_opening"; String OPEN_SERVICE = "bizServiceEbtpOpening";
/** /**
* 评标 * 评标
*/ */
String EVALUATION_SERVICE = "biz_service_ebtp_evaluation"; String EVALUATION_SERVICE = "bizServiceEbtpEvaluation";
/** /**
* 定标 * 定标
*/ */
String CALIBRATION_SERVICE = "biz_service_ebtp_calibration"; String CALIBRATION_SERVICE = "bizServiceEbtpCalibration";
/** /**
* 归档 * 归档
*/ */
String ARCHIVE_SERVICE = "biz_service_ebtp_archive"; String ARCHIVE_SERVICE = "bizServiceEbtpArchive";
/** /**
* 交易工具前端 * 交易工具前端
*/ */
String FRONTEND_SERVICE = "fe_service_ebtp_frontend"; String FRONTEND_SERVICE = "feServiceEbtpFrontend";
/** /**
* 投标客户端工具 * 投标客户端工具
*/ */
String BIDDING_TOOL_SERVICE = "client_ebtp_bidding_tool"; String BIDDING_TOOL_SERVICE = "clientEbtpBiddingTool";
/** /**
* 电子签章 * 电子签章
*/ */
String ELEC_SIGN_SERVICE = "core_service_ebtp_elec_sign"; String ELEC_SIGN_SERVICE = "coreServiceEbtpElecSign";
} }