mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-03 02:18:00 +08:00
6 lines
188 B
C#
6 lines
188 B
C#
namespace NetAdmin.Domain.Dto.Sys.SiteMsgDept;
|
|
|
|
/// <summary>
|
|
/// 请求:更新站内信-部门映射
|
|
/// </summary>
|
|
public sealed record UpdateSiteMsgDeptReq : CreateSiteMsgDeptReq; |