feixian_weifajianguan/OpenAuth.App/BaseApp/Resources/Request/QueryResourcesReq.cs

12 lines
202 B
C#
Raw Permalink Normal View History

2026-02-03 16:00:02 +08:00
namespace OpenAuth.App.Request
{
public class QueryResourcesReq : PageReq
{
/// <summary>
/// TypeID
/// </summary>
public string appId { get; set; }
}
}