puzhibing
2024-03-12 f25005e032ca124b0f6627a7192a034f08e680c9
cloud-server-activity/src/main/java/com/dsh/activity/mapper/BenefitsVideoClassificationMapper.java
@@ -15,5 +15,5 @@
public interface BenefitsVideoClassificationMapper extends BaseMapper<BenefitsVideoClassification> {
    List<TQueryBenefitsVO> listAll(@Param("query") QueryBenefitsVedioVO vo);
    Object changeState(@Param("ids") List<Integer> ids,@Param("type") Integer state);
    Object changeState(@Param("ids") List<Integer> ids, @Param("type") Integer state);
}