zhongrj
2023-10-19 aa6fd3986a72524dea1547f2b1cce85ea71228bd
1
2
3
4
5
6
7
8
package cn.gistack.system.user.service;
 
import cn.gistack.system.user.entity.User;
import cn.gistack.system.user.entity.UserEncipher;
import org.springblade.core.mp.base.BaseService;
 
public interface IUserEncipherService extends BaseService<UserEncipher> {
}