nickchange
2023-11-15 331ae50b1cdcb31a4a0c182abb82aec5c1b12f83
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> {
}