luo
2023-09-23 6357f89bf38b83b779e233249c2b0e480b78e164
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> {
}