修正comment,banner接口
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package com.lovenav.dao;
|
||||
|
||||
import com.lovenav.entity.Banners;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Repository
|
||||
@Mapper
|
||||
public interface BannersDao {
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
@@ -16,4 +20,6 @@ public interface BannersDao {
|
||||
int updateByPrimaryKeySelective(Banners record);
|
||||
|
||||
int updateByPrimaryKey(Banners record);
|
||||
|
||||
List<Banners> selectByAllBanners();
|
||||
}
|
Reference in New Issue
Block a user