获取品牌
This commit is contained in:
@@ -15,4 +15,8 @@ public class BrandVo {
|
|||||||
private String brandName;
|
private String brandName;
|
||||||
@ApiModelProperty("品牌id")
|
@ApiModelProperty("品牌id")
|
||||||
private String id;
|
private String id;
|
||||||
|
@ApiModelProperty("起始数量")
|
||||||
|
private String qssl;
|
||||||
|
@ApiModelProperty("订购协议")
|
||||||
|
private String dgxy;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
<select id="getList" resultType="com.yxt.yythmall.mallplus.mbg.pms.entity.brand.BrandVo">
|
<select id="getList" resultType="com.yxt.yythmall.mallplus.mbg.pms.entity.brand.BrandVo">
|
||||||
select name brandName,id from pms_brand
|
select name brandName,id,qssl,dgxy from pms_brand order by sort asc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user