identificationOfCultivatedL.../OpenAuth.App/BaseApp/SysLogs/Request/QuerySysLogListReq.cs

7 lines
138 B
C#
Raw Permalink Normal View History

2026-02-04 10:30:49 +08:00
namespace OpenAuth.App.Request
{
public class QuerySysLogListReq : PageReq
{
//todo:添加自己的请求字段
}
}