修改稽查记录选择
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-28 16:54:13 +08:00
parent bb8fb0a968
commit a90edaff51
4 changed files with 41 additions and 2 deletions
@@ -52,6 +52,13 @@ public class AuditRecordAddOrEdit
public List<Guid> IdnetityUserIdList { get; set; }
}
public class DeleteAuditUserCommand
{
public Guid AuditRecordId { get; set; }
public List<Guid> IdentityUserIdList { get; set; }
}
public class AuditRecordQuery : PageInput
{
public string? CompanyName { get; set; }