public interface ExhibitApplicationIndustryExport
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteExhibitCategory(Integer id)
删除二级分类
|
ExhibitApplicationIndustryVO |
findById(Integer id)
根据Id查询
|
List<ExhibitApplicationIndustryVO> |
list(SmebExhibitApplicationIndustry exhibitApplicationIndustry)
查询所有展商行业记录
|
com.github.pagehelper.PageInfo<ExhibitApplicationIndustryVO> |
page(ExhibitApplicationIndustryDTO exhibitApplicationIndustryDTO)
展商行业分页查询
|
boolean |
save(ExhibitApplicationIndustryDTO exhibitApplicationIndustryDTO)
保存
|
boolean |
update(ExhibitApplicationIndustryDTO exhibitApplicationIndustryDTO)
更新
|
com.github.pagehelper.PageInfo<ExhibitApplicationIndustryVO> page(ExhibitApplicationIndustryDTO exhibitApplicationIndustryDTO)
exhibitApplicationIndustryDTO - 查询条件boolean update(ExhibitApplicationIndustryDTO exhibitApplicationIndustryDTO)
exhibitApplicationIndustryDTO - 展商行业对象boolean save(ExhibitApplicationIndustryDTO exhibitApplicationIndustryDTO)
exhibitApplicationIndustryDTO - 展商行业对象ExhibitApplicationIndustryVO findById(Integer id)
id - idList<ExhibitApplicationIndustryVO> list(SmebExhibitApplicationIndustry exhibitApplicationIndustry)
exhibitApplicationIndustry - SmebExhibitApplicationIndustryExhibitApplicationIndustryVOvoid deleteExhibitCategory(Integer id)
id - idCopyright © 2025 Pivotal Software, Inc.. All rights reserved.