This commit is contained in:
2025-10-15 16:50:24 +08:00
parent 36759da784
commit 8bb4f18be3
2 changed files with 18 additions and 6 deletions

View File

@ -22,4 +22,10 @@ namespace KonSoft.Admin.Dtos
public AddressDto Address { get; set; }
public string Remark { get; set; }
}
public class PageListInput
{
public int Index { get; set; }
public int PageSize { get; set; }
}
}