mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-02 18:17:31 +08:00
6 lines
169 B
C#
6 lines
169 B
C#
namespace NetAdmin.Domain.Dto.Sys.RequestLog;
|
|
|
|
/// <summary>
|
|
/// 请求:查询请求日志
|
|
/// </summary>
|
|
public sealed record QueryRequestLogReq : Sys_RequestLog; |