using Nop.Web.Framework.Models;
namespace Nop.Plugin.Shipping.FixedByWeightByTotal.Models;
public record FixedRateListModel : BasePagedListModel<FixedRateModel>
{
}