File was renamed from cloud-server-account/src/main/java/com/dsh/app/service/impl/TStudentServiceImpl.java |
| | |
| | | package com.dsh.app.service.impl; |
| | | package com.dsh.account.service.impl; |
| | | |
| | | import com.dsh.app.entity.TStudent; |
| | | import com.dsh.app.mapper.TStudentMapper; |
| | | import com.dsh.app.service.TStudentService; |
| | | import com.dsh.account.entity.TStudent; |
| | | import com.dsh.account.mapper.TStudentMapper; |
| | | import com.dsh.account.service.TStudentService; |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |