SSM到SpringBoot(校園商鋪)7

SSM到SpringBoot(校園商鋪) 一、Dao層實現店鋪新增、更新web //店鋪 @Repository public interface ShopDao { //新增店鋪 返回受影響的字段數 int insertShop(Shop shop); //更新店鋪 int updateShop(Shop shop); } 二、建立ShopDao.xmlmybatis <?xm
相關文章
相關標籤/搜索