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