接口 FormValidationRuleMapper
- 所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<FormValidationRule>,com.mbap.mybatis.ty.service.IBaseMapper<FormValidationRule>,com.baomidou.mybatisplus.core.mapper.Mapper<FormValidationRule>
public interface FormValidationRuleMapper
extends com.mbap.mybatis.ty.service.IBaseMapper<FormValidationRule>
表单校验规则 Mapper 接口
- 从以下版本开始:
- 2022-08-04
- 作者:
- xinxin
-
方法概要
从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper
delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById从接口继承的方法 com.mbap.mybatis.ty.service.IBaseMapper
execNoResultSql, findBySql, findBySql2Entity, findBySql2Map, getCountBySql, getUniqueResultBySql, pageBySql2Entity, pageBySql2Map, query, SelectBySql
-
方法详细资料
-
getByFormConfigInfoId
@Select("select * from ct_form_validation_rule where formconfiginfoid=#{formConfigInfoId}") List<FormValidationRule> getByFormConfigInfoId(String formConfigInfoId)
-