类型 标签名
作用
参数
返回值
完成
地区 area.list(); 根据父id获取子地区(列表)
参数名 数据类型 默认值 作用
parentId int 地区的父id
List< Area > 完成
seo seo.one(); 根据业务类型 获取 seo(单条数据)
参数名 数据类型 默认值 作用
type String 业务类型
SiteSeo 完成
车型库 product.productCarOne(); 适用车系车型
参数名 数据类型 默认值 作用
carId int 车型id
ProductCar 完成
车型库 product.productApplyCarList(); 适用 车系车型
参数名 数据类型 默认值 作用
limit int 10 取前n条数据
pId int 商品id
level int 3 等级
List<ProductCarMapping> 完成