ke
2024-07-19 08a962d2925baa255207fdf979e6fee794f1773b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cn.gistack.system.user.service.impl;
 
import cn.gistack.system.user.entity.User;
import cn.gistack.system.user.entity.UserEncipher;
import cn.gistack.system.user.mapper.UserEncipherMapper;
import cn.gistack.system.user.mapper.UserMapper;
import cn.gistack.system.user.service.IUserEncipherService;
import cn.gistack.system.user.service.IUserService;
import org.springblade.core.mp.base.BaseServiceImpl;
import org.springframework.stereotype.Service;
 
@Service
public class UserEncipherServiceImpl extends BaseServiceImpl<UserEncipherMapper, UserEncipher> implements IUserEncipherService {
}