using System; using System.Collections.Generic; using Newtonsoft.Json; using YiSha.Util; namespace YiSha.Model.Param.SystemManage { /// /// 创 建:admin /// 日 期:2021-02-24 15:52 /// 描 述:操作日志实体查询类 /// public class LogOperateListParam : DateTimeParam { public string UserName { get; set; } public string ExecuteUrl { get; set; } public int? LogStatus { get; set; } } }