public interface TranslationService extends com.baomidou.mybatisplus.extension.service.IService<Translation>, cn.stylefeng.roses.kernel.i18n.api.TranslationPersistenceApi
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
新增
|
void |
del(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
删除
|
void |
deleteTranLanguage(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
删除语种
|
Translation |
detail(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
查询-详情-根据主键id
|
void |
edit(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
修改
|
List<Translation> |
findList(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
查询-列表-按实体对象
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<Translation> |
findPage(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
查询-列表-分页-按实体对象
|
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdgetAllTranslationDictvoid add(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
translationRequest - 参数对象void del(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
translationRequest - 参数对象void edit(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
translationRequest - 参数对象Translation detail(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
translationRequest - 参数对象List<Translation> findList(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
translationRequest - 参数对象cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<Translation> findPage(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
translationRequest - 参数对象void deleteTranLanguage(cn.stylefeng.roses.kernel.i18n.api.pojo.request.TranslationRequest translationRequest)
translationRequest - 参数对象Copyright © 2022. All rights reserved.