| | |
| | | <resultMap id="MallGoodsMap" type="cc.mrbird.febs.mall.entity.MallGoods"> |
| | | <id property="id" column="id" /> |
| | | <result property="goodsNo" column="goods_no" /> |
| | | <result property="storeAppId" column="store_app_id" /> |
| | | <result property="storeGoodsId" column="store_goods_id" /> |
| | | <result property="goodsName" column="goods_name" /> |
| | | <result property="goodsIntrodution" column="goods_introdution" /> |
| | | <result property="unit" column="unit" /> |
| | |
| | | select |
| | | a.id, |
| | | a.goods_name, |
| | | a.store_app_id, |
| | | a.store_goods_id, |
| | | a.goods_introdution goodsIntroduction, |
| | | a.thumb, |
| | | a.unit, |