提交rbac
提交设置右键错位的bug
This commit is contained in:
17
DH.RBAC/Models/DTO/Parms/LogIndexParms.cs
Normal file
17
DH.RBAC/Models/DTO/Parms/LogIndexParms.cs
Normal file
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DH.RBAC.Model.DTO.Parms
|
||||
{
|
||||
public class LogIndexParms
|
||||
{
|
||||
public int pageIndex { get; set; }
|
||||
public int pageSize { get; set; }
|
||||
public string type { get; set; }
|
||||
public string index { get; set; }
|
||||
public string keyWord { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user