namespace DispenserCore.Model.DTO; public class QueryOperationLog : QueryPage { public string? UserName { get; set; } }