luo
2023-09-26 ff3f4ff4c8a6da4c1650611e11a4551680b10d77
cloud-server-course/src/main/java/com/dsh/course/service/TCoursePackagePaymentService.java
@@ -10,6 +10,7 @@
import com.dsh.course.model.vo.request.*;
import com.dsh.course.model.vo.response.*;
import com.dsh.course.util.ResultUtil;
import io.swagger.models.auth.In;
import java.util.Date;
import java.util.List;
@@ -119,7 +120,7 @@
    void updateUseTime(Long id, Date date);
    List<Integer> getStudentIds(Integer payId);
    List<Integer> getStudentIds(Long payId,Integer classId,Integer appId);
    boolean updateHoursById(TCoursePackagePayment byId, int i);
@@ -127,4 +128,6 @@
    List<CoursePackagePaymentVO> listAll(CoursePackagePaymentQuery query);
    int changeState(CoursePackagePayDTO dto);
    void updateBytime(TCoursePackagePayment coursePackagePayment);
}