|
@@ -6,6 +6,7 @@ import com.xjrsoft.module.textbook.dto.TextbookClaimExportQueryDto;
|
|
|
import com.xjrsoft.module.textbook.dto.TextbookPageDto;
|
|
import com.xjrsoft.module.textbook.dto.TextbookPageDto;
|
|
|
import com.xjrsoft.module.textbook.dto.TextbookStandingExportQuerytDto;
|
|
import com.xjrsoft.module.textbook.dto.TextbookStandingExportQuerytDto;
|
|
|
import com.xjrsoft.module.textbook.dto.TextbookSubscriptionExportQueryDto;
|
|
import com.xjrsoft.module.textbook.dto.TextbookSubscriptionExportQueryDto;
|
|
|
|
|
+import com.xjrsoft.module.textbook.dto.TextbookSubscriptionListDto;
|
|
|
import com.xjrsoft.module.textbook.entity.Textbook;
|
|
import com.xjrsoft.module.textbook.entity.Textbook;
|
|
|
import com.xjrsoft.module.textbook.entity.TextbookClassRelation;
|
|
import com.xjrsoft.module.textbook.entity.TextbookClassRelation;
|
|
|
import com.xjrsoft.module.textbook.vo.TextbookClaimExportQueryVo;
|
|
import com.xjrsoft.module.textbook.vo.TextbookClaimExportQueryVo;
|
|
@@ -14,6 +15,7 @@ import com.xjrsoft.module.textbook.vo.TextbookPageVo;
|
|
|
import com.xjrsoft.module.textbook.vo.TextbookStandingExportQueryVo;
|
|
import com.xjrsoft.module.textbook.vo.TextbookStandingExportQueryVo;
|
|
|
import com.xjrsoft.module.textbook.vo.TextbookSubscriptionClassVo;
|
|
import com.xjrsoft.module.textbook.vo.TextbookSubscriptionClassVo;
|
|
|
import com.xjrsoft.module.textbook.vo.TextbookSubscriptionExportQueryVo;
|
|
import com.xjrsoft.module.textbook.vo.TextbookSubscriptionExportQueryVo;
|
|
|
|
|
+import com.xjrsoft.module.textbook.vo.TextbookSubscriptionListVo;
|
|
|
import com.xjrsoft.module.textbook.vo.TextbookSubscriptionRecordVo;
|
|
import com.xjrsoft.module.textbook.vo.TextbookSubscriptionRecordVo;
|
|
|
import com.xjrsoft.module.textbook.vo.TextbookVo;
|
|
import com.xjrsoft.module.textbook.vo.TextbookVo;
|
|
|
import com.xjrsoft.module.textbook.vo.TextbookWarehouseRecordListVo;
|
|
import com.xjrsoft.module.textbook.vo.TextbookWarehouseRecordListVo;
|
|
@@ -102,4 +104,6 @@ public interface TextbookMapper extends MPJBaseMapper<Textbook> {
|
|
|
List<TextbookSubscriptionExportQueryVo> listTextbookSubscriptionExportQuery(@Param("dto") TextbookSubscriptionExportQueryDto dto);
|
|
List<TextbookSubscriptionExportQueryVo> listTextbookSubscriptionExportQuery(@Param("dto") TextbookSubscriptionExportQueryDto dto);
|
|
|
|
|
|
|
|
List<TextbookClaimExportQueryVo> listTextbookClaimExportQuery(@Param("dto") TextbookClaimExportQueryDto dto);
|
|
List<TextbookClaimExportQueryVo> listTextbookClaimExportQuery(@Param("dto") TextbookClaimExportQueryDto dto);
|
|
|
|
|
+
|
|
|
|
|
+ Page<TextbookSubscriptionListVo> getSubscriptionPageByClass(Page<TextbookSubscriptionListVo> page, @Param("dto")TextbookSubscriptionListDto dto);
|
|
|
}
|
|
}
|