| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.apache.ibatis.annotations.Param;
|
| | |
|
| | | import com.yeshi.fanli.dao.BaseMapper;
|
| | |
| | | * 查询品牌分类
|
| | | * @return
|
| | | */
|
| | | List<BrandClass> listEffective();
|
| | | List<BrandClass> listEffective(@Param("system")SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 排序
|
| | |
| | |
|
| | | /**
|
| | | * 获取相邻序号
|
| | | * @param position
|
| | | * @param type
|
| | | * @return
|
| | | */
|
| | |
| | | * @return
|
| | | */
|
| | | List<BrandClass> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key,
|
| | | @Param("state") Integer state);
|
| | | @Param("state") Integer state,@Param("system") SystemEnum system);
|
| | |
|
| | | long countQuery(@Param("key") String key, @Param("state") Integer state);
|
| | | long countQuery(@Param("key") String key, @Param("state") Integer state,@Param("system")SystemEnum system);
|
| | |
|
| | | } |