SSM到SpringBoot(校园商铺)7

SSM到SpringBoot(校园商铺) 一、Dao层实现店铺新增、更新web //店铺 @Repository public interface ShopDao { //新增店铺 返回受影响的字段数 int insertShop(Shop shop); //更新店铺 int updateShop(Shop shop); } 二、建立ShopDao.xmlmybatis <?xm
相关文章
相关标签/搜索