mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-21 03:08:16 +08:00
refactor: ♻️ 基础框架的实体更新逻辑 (#137)
Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
@ -9,6 +9,5 @@ namespace NetAdmin.SysComponent.Application.Modules.Sys;
|
||||
/// </summary>
|
||||
public interface IUserProfileModule : ICrudModule<CreateUserProfileReq, QueryUserProfileRsp // 创建类型
|
||||
, QueryUserProfileReq, QueryUserProfileRsp // 查询类型
|
||||
, UpdateUserProfileReq, QueryUserProfileRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
>;
|
Reference in New Issue
Block a user