|
@@ -6,10 +6,7 @@ import java.util.Set;
|
|
import com.ym.mec.biz.dal.dto.MusicGroupPaymentCalenderAuditDetailDto;
|
|
import com.ym.mec.biz.dal.dto.MusicGroupPaymentCalenderAuditDetailDto;
|
|
import com.ym.mec.biz.dal.dto.MusicGroupPaymentCalenderAuditDto;
|
|
import com.ym.mec.biz.dal.dto.MusicGroupPaymentCalenderAuditDto;
|
|
import com.ym.mec.biz.dal.dto.MusicGroupPaymentCalenderDto;
|
|
import com.ym.mec.biz.dal.dto.MusicGroupPaymentCalenderDto;
|
|
-import com.ym.mec.biz.dal.entity.MusicGroup;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalender;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupStudentClassAdjust;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupStudentFee;
|
|
|
|
|
|
+import com.ym.mec.biz.dal.entity.*;
|
|
import com.ym.mec.biz.dal.page.MusicGroupPaymentCalenderQueryInfo;
|
|
import com.ym.mec.biz.dal.page.MusicGroupPaymentCalenderQueryInfo;
|
|
import com.ym.mec.common.page.PageInfo;
|
|
import com.ym.mec.common.page.PageInfo;
|
|
import com.ym.mec.common.service.BaseService;
|
|
import com.ym.mec.common.service.BaseService;
|
|
@@ -42,11 +39,14 @@ public interface MusicGroupPaymentCalenderService extends BaseService<Long, Musi
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
boolean makesureSchoolePaid(Long id, String memo);
|
|
boolean makesureSchoolePaid(Long id, String memo);
|
|
-
|
|
|
|
- /**
|
|
|
|
- * 自动更新付款日历记录状态
|
|
|
|
- * @return
|
|
|
|
- */
|
|
|
|
|
|
+
|
|
|
|
+ void addStudent(MusicGroupPaymentCalender musicGroupPaymentCalender,List<MusicGroupPaymentCalenderCourseSettings> musicGroupPaymentCalenderCourseSettingsList);
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 自动更新付款日历记录状态
|
|
|
|
+ * @return
|
|
|
|
+ */
|
|
boolean autoUpdateMusicGroupPaymentCalenderStatus();
|
|
boolean autoUpdateMusicGroupPaymentCalenderStatus();
|
|
|
|
|
|
/**
|
|
/**
|