|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.dsh.activity.entity.BenefitsVideoClassification; | 
|---|
|  |  |  | import com.dsh.activity.model.QueryBenefitsVedioVO; | 
|---|
|  |  |  | import com.dsh.activity.model.TQueryBenefitsVO; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @author zhibing.pu | 
|---|
|  |  |  | * @date 2023/7/11 17:30 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public interface BenefitsVideoClassificationMapper extends BaseMapper<BenefitsVideoClassification> { | 
|---|
|  |  |  | List<TQueryBenefitsVO> listAll(@Param("query") QueryBenefitsVedioVO vo); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Object changeState(@Param("ids") List<Integer> ids,@Param("type") Integer state); | 
|---|
|  |  |  | } | 
|---|