Files
StopShopping/StopShopping.Services/Models/Req/DistrictParentIdParams.cs
2026-03-25 14:55:34 +08:00

7 lines
124 B
C#

namespace StopShopping.Services.Models.Req;
public record DistrictParentIdParams
{
public int ParentId { get; set; }
}