陪练代码框架
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.rj.service.impl;
|
||||
|
||||
import com.rj.entity.TrainingMain;
|
||||
import com.rj.mapper.TrainingMainMapper;
|
||||
import com.rj.service.ITrainingMainService;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 陪练主表 服务实现类
|
||||
* </p>
|
||||
*
|
||||
* @author system
|
||||
* @since 2025-01-XX
|
||||
*/
|
||||
@Service
|
||||
public class TrainingMainServiceImpl extends ServiceImpl<TrainingMainMapper, TrainingMain> implements ITrainingMainService {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user