com.macro.mall.model.UmsAdminPermissionRelation Java Examples
The following examples show how to use
com.macro.mall.model.UmsAdminPermissionRelation.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: UmsAdminPermissionRelationDao.java From mall with Apache License 2.0 | 2 votes |
/** * 批量创建 */ int insertList(@Param("list") List<UmsAdminPermissionRelation> list);
Example #2
Source File: UmsAdminPermissionRelationMapper.java From macrozheng-mall with MIT License | votes |
int insert(UmsAdminPermissionRelation record);
Example #3
Source File: UmsAdminPermissionRelationMapper.java From mall with Apache License 2.0 | votes |
int insertSelective(UmsAdminPermissionRelation record);
Example #4
Source File: UmsAdminPermissionRelationMapper.java From mall with Apache License 2.0 | votes |
List<UmsAdminPermissionRelation> selectByExample(UmsAdminPermissionRelationExample example);
Example #5
Source File: UmsAdminPermissionRelationMapper.java From mall with Apache License 2.0 | votes |
UmsAdminPermissionRelation selectByPrimaryKey(Long id);
Example #6
Source File: UmsAdminPermissionRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") UmsAdminPermissionRelation record, @Param("example") UmsAdminPermissionRelationExample example);
Example #7
Source File: UmsAdminPermissionRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByExample(@Param("record") UmsAdminPermissionRelation record, @Param("example") UmsAdminPermissionRelationExample example);
Example #8
Source File: UmsAdminPermissionRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKeySelective(UmsAdminPermissionRelation record);
Example #9
Source File: UmsAdminPermissionRelationMapper.java From mall with Apache License 2.0 | votes |
int updateByPrimaryKey(UmsAdminPermissionRelation record);
Example #10
Source File: UmsAdminPermissionRelationMapper.java From mall with Apache License 2.0 | votes |
int insert(UmsAdminPermissionRelation record);
Example #11
Source File: UmsAdminPermissionRelationMapper.java From macrozheng-mall with MIT License | votes |
int insertSelective(UmsAdminPermissionRelation record);
Example #12
Source File: UmsAdminPermissionRelationMapper.java From macrozheng-mall with MIT License | votes |
List<UmsAdminPermissionRelation> selectByExample(UmsAdminPermissionRelationExample example);
Example #13
Source File: UmsAdminPermissionRelationMapper.java From macrozheng-mall with MIT License | votes |
UmsAdminPermissionRelation selectByPrimaryKey(Long id);
Example #14
Source File: UmsAdminPermissionRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByExampleSelective(@Param("record") UmsAdminPermissionRelation record, @Param("example") UmsAdminPermissionRelationExample example);
Example #15
Source File: UmsAdminPermissionRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByExample(@Param("record") UmsAdminPermissionRelation record, @Param("example") UmsAdminPermissionRelationExample example);
Example #16
Source File: UmsAdminPermissionRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKeySelective(UmsAdminPermissionRelation record);
Example #17
Source File: UmsAdminPermissionRelationMapper.java From macrozheng-mall with MIT License | votes |
int updateByPrimaryKey(UmsAdminPermissionRelation record);
Example #18
Source File: UmsAdminPermissionRelationDao.java From macrozheng-mall with MIT License | votes |
int insertList(@Param("list") List<UmsAdminPermissionRelation> list);
Example #19
Source File: UmsAdminPermissionRelationMapper.java From macrozheng with Apache License 2.0 | votes |
int insert(UmsAdminPermissionRelation record);
Example #20
Source File: UmsAdminPermissionRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int insertSelective(UmsAdminPermissionRelation record);
Example #21
Source File: UmsAdminPermissionRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
List<UmsAdminPermissionRelation> selectByExample(UmsAdminPermissionRelationExample example);
Example #22
Source File: UmsAdminPermissionRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
UmsAdminPermissionRelation selectByPrimaryKey(Long id);
Example #23
Source File: UmsAdminPermissionRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExampleSelective(@Param("record") UmsAdminPermissionRelation record, @Param("example") UmsAdminPermissionRelationExample example);
Example #24
Source File: UmsAdminPermissionRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByExample(@Param("record") UmsAdminPermissionRelation record, @Param("example") UmsAdminPermissionRelationExample example);
Example #25
Source File: UmsAdminPermissionRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByPrimaryKeySelective(UmsAdminPermissionRelation record);
Example #26
Source File: UmsAdminPermissionRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int updateByPrimaryKey(UmsAdminPermissionRelation record);
Example #27
Source File: UmsAdminPermissionRelationDao.java From mall-swarm with Apache License 2.0 | votes |
int insertList(@Param("list") List<UmsAdminPermissionRelation> list);
Example #28
Source File: UmsAdminPermissionRelationMapper.java From mall-swarm with Apache License 2.0 | votes |
int insert(UmsAdminPermissionRelation record);
Example #29
Source File: UmsAdminPermissionRelationMapper.java From macrozheng with Apache License 2.0 | votes |
int insertSelective(UmsAdminPermissionRelation record);
Example #30
Source File: UmsAdminPermissionRelationMapper.java From macrozheng with Apache License 2.0 | votes |
List<UmsAdminPermissionRelation> selectByExample(UmsAdminPermissionRelationExample example);