puzhibing
2023-08-01 276571374e8f0e2be2bdcfc5e8ea4a39af1599bc
1
2
3
4
5
6
7
8
9
10
11
package com.dsh.activity.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.activity.entity.BenefitsVideoClassification;
 
/**
 * @author zhibing.pu
 * @date 2023/7/11 17:31
 */
public interface IBenefitsVideoClassificationService extends IService<BenefitsVideoClassification> {
}