获取品牌
This commit is contained in:
@@ -15,4 +15,8 @@ public class BrandVo {
|
||||
private String brandName;
|
||||
@ApiModelProperty("品牌id")
|
||||
private String id;
|
||||
@ApiModelProperty("起始数量")
|
||||
private String qssl;
|
||||
@ApiModelProperty("订购协议")
|
||||
private String dgxy;
|
||||
}
|
||||
|
||||
@@ -24,6 +24,6 @@
|
||||
</sql>
|
||||
|
||||
<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>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user