hang-S-002增加枚举,修改密码,重置密码,记录日志

This commit is contained in:
2023-07-05 09:35:38 +08:00
parent 891af745bb
commit ac3eaea3f6
4 changed files with 27 additions and 8 deletions
@@ -25,6 +25,8 @@ namespace IRaCIS.Core.Application.ViewModel
///<summary>UserLogQuery 列表查询参数模型</summary>
public class UserLogQuery : PageInput
{
public Guid? TrialId { get; set; }
public UserOptType? OptType { get; set; }
public string? IP { get; set; }