8 lines
144 B

namespace BBWYB.Server.Model.Dto
{
public class RefreshSchemeRequest
{
public IList<long> SchemeIdList { get; set; }
}
}