lisy
2023-06-14 6462a5b37b979bd0728e77fff913fd7207deac25
cloud-server-course/src/main/java/com/dsh/course/service/impl/TCoursePackagePaymentServiceImpl.java
File was renamed from cloud-server-course/src/main/java/com/dsh/app/service/impl/TCoursePackagePaymentServiceImpl.java
@@ -1,8 +1,8 @@
package com.dsh.app.service.impl;
package com.dsh.course.service.impl;
import com.dsh.app.entity.TCoursePackagePayment;
import com.dsh.app.mapper.TCoursePackagePaymentMapper;
import com.dsh.app.service.TCoursePackagePaymentService;
import com.dsh.course.entity.TCoursePackagePayment;
import com.dsh.course.mapper.TCoursePackagePaymentMapper;
import com.dsh.course.service.TCoursePackagePaymentService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;