File was renamed from cloud-server-course/src/main/java/com/dsh/app/service/impl/TCoursePackageDiscountServiceImpl.java |
| | |
| | | package com.dsh.app.service.impl; |
| | | package com.dsh.course.service.impl; |
| | | |
| | | import com.dsh.app.entity.TCoursePackageDiscount; |
| | | import com.dsh.app.mapper.TCoursePackageDiscountMapper; |
| | | import com.dsh.app.service.TCoursePackageDiscountService; |
| | | import com.dsh.course.entity.TCoursePackageDiscount; |
| | | import com.dsh.course.mapper.TCoursePackageDiscountMapper; |
| | | import com.dsh.course.service.TCoursePackageDiscountService; |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | |