增加查询条件修改

This commit is contained in:
2025-10-13 16:28:53 +08:00
parent c7e29116dd
commit c6a55949b3
3 changed files with 10 additions and 7 deletions
@@ -87,6 +87,8 @@ public class AuditRecordQuery : PageInput
public DateTime? EndCreateTime { get; set; }
public string? IdentityUserName { get; set; }
public bool? IsViewTrainingRecord { get; set; }
}
public class SetAuditRecordPermissionCommand