44323
2024-03-08 f9de5e9a3eada85447e73334a30a762069c647f5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.dsh.account.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.account.entity.TCourseInfoRecord;
 
/**
 * <p>
 * 续课 体验购课 报名假期班 换课 课时转移 赠课 退费 课时记录表 服务类
 * </p>
 *
 * @author administrator
 * @since 2023-09-14
 */
public interface TCourseInfoRecordService extends IService<TCourseInfoRecord> {
 
}