mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-09-09 14:41:53 +08:00
多模块重构 2:在 yudao-admin-server 中,引入 yudao-module-member 模块
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package cn.iocoder.yudao.module.member.api.user;
|
||||
|
||||
import cn.iocoder.yudao.module.member.api.user.dto.MemberUserRespDTO;
|
||||
import cn.iocoder.yudao.module.member.api.user.dto.UserRespDTO;
|
||||
|
||||
/**
|
||||
* 会员用户的 API 接口
|
||||
*
|
||||
* @author 芋道源码
|
||||
*/
|
||||
public interface MemberUserApi {
|
||||
public interface UserApi {
|
||||
|
||||
/**
|
||||
* 获得会员用户信息
|
||||
@@ -15,6 +15,6 @@ public interface MemberUserApi {
|
||||
* @param id 用户编号
|
||||
* @return 用户信息
|
||||
*/
|
||||
MemberUserRespDTO getMemberUser(Long id);
|
||||
UserRespDTO getUser(Long id);
|
||||
|
||||
}
|
@@ -7,7 +7,7 @@ import cn.iocoder.yudao.framework.common.enums.CommonStatusEnum;
|
||||
*
|
||||
* @author 芋道源码
|
||||
*/
|
||||
public class MemberUserRespDTO {
|
||||
public class UserRespDTO {
|
||||
|
||||
/**
|
||||
* 用户ID
|
Reference in New Issue
Block a user