public interface UserSettingService extends CrudService<UserSettingEntity,String>
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserSettingEntity> |
selectByUser(String userId,
String key) |
UserSettingEntity |
selectByUser(String userId,
String key,
String settingId) |
count, select, selectPager, selectSinglesaveOrUpdate, updateByPk, updateByPkinsertdeleteByPkcreateEntity, getEntityInstanceTypecount, select, selectByPk, selectByPkList<UserSettingEntity> selectByUser(String userId, String key)
UserSettingEntity selectByUser(String userId, String key, String settingId)
Copyright © 2018. All rights reserved.