luo
2023-09-25 35fec86ca49916eb8a8082f7f1e99185ee1e3c24
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> {
}