public interface BoothSaleDubboService
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
existsByAgreementExhibitName(String agreementExhibitName)
根据合同公司名查询是否已存在
|
Boolean |
existsByBoothNo(String boothNo)
根据展位号查询是否已存在
|
BoothSaleDTO |
findByBoothNo(String boothNo)
根据展位号查询展位销售信息
|
List<String> |
getAgreementExhibitNameList(String agreementExhibitName)
查询合同公司名
|
List<BoothSaleFileUrl> |
getFileByExhibitorId(Integer exhibitorId)
根据展商id查询文件
|
Boolean |
updateOpenAccountByBoothNo(String boothNo)
根据展位号更新账号状态
|
BoothSaleDTO findByBoothNo(String boothNo)
boothNo - 展位号BoothSaleDTOList<BoothSaleFileUrl> getFileByExhibitorId(Integer exhibitorId)
exhibitorId - 展商idBoothSaleFileUrlBoolean existsByBoothNo(String boothNo)
boothNo - 展位号List<String> getAgreementExhibitNameList(String agreementExhibitName)
agreementExhibitName - 搜索关键字Boolean existsByAgreementExhibitName(String agreementExhibitName)
agreementExhibitName - 合同公司名Copyright © 2026 Pivotal Software, Inc.. All rights reserved.