puzhibing
2023-12-04 2e2be7f7475b5e583b0cffd89c6d18db52c247a6
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);
}