需求 #12376
<p>相关接口:</p>
<p>os/GoodsProp/getGoodsPropList <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1598">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1598</a></p>
<p>os/GoodsProp/addGoodsProp <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1599">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1599</a></p>
<p>os/GoodsProp/editGoodsProp <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1600">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1600</a></p>
<p>os/GoodsProp/getGoodsPropDetail <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1601">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1601</a></p>
<p>os/GoodsLib/getPropOptionInfo <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1558">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1558</a></p>
<p>相关sql:</p>
<pre>
ALTER TABLE `yishou`.`fmys_goods_prop_value` ADD COLUMN `prop_value_img` varchar(255) NOT NULL DEFAULT '' COMMENT '商品属性图片' AFTER `prop_value_name`;
ALTER TABLE `yishou`.`fmys_goods_prop_type` ADD COLUMN `is_show_app_nav` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否显示app商品筛选栏{0:否,1:是}' AFTER `sort`;
ALTER TABLE `yishou`.`fmys_goods_prop_type` ADD COLUMN `cat_id` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '所属品类id' AFTER `is_show_app_nav`;
</pre>
<p>os/GoodsProp/getGoodsPropList <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1598">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1598</a></p>
<p>os/GoodsProp/addGoodsProp <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1599">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1599</a></p>
<p>os/GoodsProp/editGoodsProp <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1600">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1600</a></p>
<p>os/GoodsProp/getGoodsPropDetail <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1601">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1601</a></p>
<p>os/GoodsLib/getPropOptionInfo <a href="http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1558">http://xdebug.yishou.com/dist/project-api-list?project_id=1&api_id=1558</a></p>
<p>相关sql:</p>
<pre>
ALTER TABLE `yishou`.`fmys_goods_prop_value` ADD COLUMN `prop_value_img` varchar(255) NOT NULL DEFAULT '' COMMENT '商品属性图片' AFTER `prop_value_name`;
ALTER TABLE `yishou`.`fmys_goods_prop_type` ADD COLUMN `is_show_app_nav` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否显示app商品筛选栏{0:否,1:是}' AFTER `sort`;
ALTER TABLE `yishou`.`fmys_goods_prop_type` ADD COLUMN `cat_id` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '所属品类id' AFTER `is_show_app_nav`;
</pre>