账户日志的操作类型支持多选
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-07 14:31:06 +08:00
parent 9bcaa07c1a
commit 29d0ebdb7c
2 changed files with 2 additions and 2 deletions
@@ -48,7 +48,7 @@ namespace IRaCIS.Core.Application.ViewModel
{
public Guid? TrialId { get; set; }
public UserOptType? OptType { get; set; }
public List<UserOptType> OptTypeList { get; set; }
public string? IP { get; set; }