`book``ay_user`SELECT * FROM board LIMIT 1;`articles``admin``tb_person_info``tb_person_info` SELECT `shop_id`, `owner_id`, `area_id`, `shop_category_id`, `shop_name`, `shop_desc`, `shop_addr`, `phone`, `shop_img`, `priority`, `create_time`, `last_edit_time`, `enable_status`, `advice` FROM `oto`.`tb_shop` LIMIT 0, 1000 ; |
<select id="getShopByIdAlias" parameterType="int" resultType="Shop" >
|
<resultMap id="simpleResultMap" type="Shop"> |
public interface ShopMapper {
|
public class ShopMapperTest {
|
原文:https://www.cnblogs.com/litran/p/10543431.html