SysUserService.java 267 字节
Newer Older
Q
qinxiaodong@pannk.com 已提交
1 2 3 4 5 6 7 8 9 10
package com.pannk.mms.modules.sys.service;

import com.baomidou.mybatisplus.extension.service.IService;
import com.pannk.mms.modules.sys.entity.SysUserEntity;

/**
 * Created by wolf on 20-11-2.
 */
public interface SysUserService extends IService<SysUserEntity> {
}