初始提交
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Hncore.Infrastructure.WebApi;
|
||||
using Hncore.Pass.BaseInfo.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Pass.BaseInfo.Request.User
|
||||
{
|
||||
public class QueryUserRequest : PageRequestBase
|
||||
{
|
||||
public int? All { get; set; } = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user