mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-03 02:18:00 +08:00
6 lines
176 B
C#
6 lines
176 B
C#
namespace NetAdmin.Domain.Dto.Sys.SiteMsgUser;
|
|
|
|
/// <summary>
|
|
/// 请求:创建站内信-用户映射
|
|
/// </summary>
|
|
public record CreateSiteMsgUserReq : Sys_SiteMsgUser; |