nickchange
2023-11-25 cf28c25d1a8e360ab328c5435d289c5cb9b414c1
1
2
3
4
5
6
7
8
9
10
11
package com.dsh.course.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.course.entity.CoursePackagePaymentConfig;
 
/**
 * @author zhibing.pu
 * @date 2023/6/29 10:45
 */
public interface ICoursePackagePaymentConfigService extends IService<CoursePackagePaymentConfig> {
}