|
@@ -14096,14 +14096,6 @@ total?: number;
|
|
|
totalPage?: number;
|
|
|
}
|
|
|
|
|
|
-type PageOutput<TextbookSubscriptionListVo> = {
|
|
|
-currentPage?: number;
|
|
|
-list?: TextbookSubscriptionListVo[];
|
|
|
-pageSize?: number;
|
|
|
-total?: number;
|
|
|
-totalPage?: number;
|
|
|
-}
|
|
|
-
|
|
|
type PageOutput<TextbookSubscriptionPageVo> = {
|
|
|
currentPage?: number;
|
|
|
list?: TextbookSubscriptionPageVo[];
|
|
@@ -17065,6 +17057,19 @@ sortCode?: number;
|
|
|
subjectGroupCourseList?: SubjectGroupCoursePageVo[];
|
|
|
}
|
|
|
|
|
|
+type SubscriptionItemListDistributeVo = {
|
|
|
+
|
|
|
+actulPrice?: number;
|
|
|
+
|
|
|
+discount?: number;
|
|
|
+
|
|
|
+id?: string;
|
|
|
+
|
|
|
+inStockNum?: number;
|
|
|
+
|
|
|
+outStockNum?: number;
|
|
|
+}
|
|
|
+
|
|
|
type SubscriptionStatisticsDetailVo = {
|
|
|
|
|
|
adoptCount?: number;
|
|
@@ -17569,6 +17574,8 @@ type TextbookClaimItem = {
|
|
|
confirmNumber?: number;
|
|
|
|
|
|
textbookClaimItemId?: string;
|
|
|
+
|
|
|
+textbookSubscriptionItemId?: string;
|
|
|
}
|
|
|
|
|
|
type TextbookClaimStudentConfirmVo = {
|
|
@@ -17671,8 +17678,12 @@ sortCode?: number;
|
|
|
}
|
|
|
|
|
|
type TextbookInstockroomDto = {
|
|
|
+
|
|
|
+discount?: number;
|
|
|
|
|
|
inNum?: number;
|
|
|
+
|
|
|
+price?: number;
|
|
|
|
|
|
textbookSubscriptionId?: string;
|
|
|
|
|
@@ -17718,6 +17729,8 @@ textbookType?: string;
|
|
|
textbookTypeCn?: string;
|
|
|
|
|
|
useType?: number;
|
|
|
+
|
|
|
+version?: string;
|
|
|
}
|
|
|
|
|
|
type TextbookInstockroomOnceListVo = {
|
|
@@ -17765,6 +17778,8 @@ textbookType?: string;
|
|
|
textbookTypeCn?: string;
|
|
|
|
|
|
useType?: number;
|
|
|
+
|
|
|
+version?: string;
|
|
|
}
|
|
|
|
|
|
type TextbookIssueRecordExportDto = {
|
|
@@ -18015,8 +18030,14 @@ teacherSubscriptionNumber?: number;
|
|
|
}
|
|
|
|
|
|
type TextbookSubscriptionItemPageVo = {
|
|
|
+
|
|
|
+actulPrice?: number;
|
|
|
|
|
|
alterationType?: number;
|
|
|
+
|
|
|
+baseSemesterId?: string;
|
|
|
+
|
|
|
+baseSemesterIdCn?: string;
|
|
|
|
|
|
bookName?: string;
|
|
|
|
|
@@ -18035,7 +18056,7 @@ inStockNum?: number;
|
|
|
issn?: string;
|
|
|
|
|
|
outStockNum?: number;
|
|
|
-
|
|
|
+
|
|
|
price?: number;
|
|
|
|
|
|
publishingHouse?: string;
|
|
@@ -18074,8 +18095,10 @@ inStockNum?: number;
|
|
|
issn?: string;
|
|
|
|
|
|
outStockNum?: number;
|
|
|
-
|
|
|
+
|
|
|
price?: number;
|
|
|
+
|
|
|
+pricing?: number;
|
|
|
|
|
|
publishingHouse?: string;
|
|
|
|
|
@@ -18088,10 +18111,14 @@ teacherNum?: number;
|
|
|
textbookId?: string;
|
|
|
|
|
|
textbookSubscriptionId?: string;
|
|
|
-
|
|
|
+
|
|
|
textbookType?: string;
|
|
|
-
|
|
|
+
|
|
|
textbookTypeCn?: string;
|
|
|
+
|
|
|
+useType?: number;
|
|
|
+
|
|
|
+version?: string;
|
|
|
}
|
|
|
|
|
|
type TextbookSubscriptionListVo = {
|
|
@@ -18103,12 +18130,16 @@ classIds?: string;
|
|
|
courseName?: string;
|
|
|
|
|
|
courseSubjectId?: string;
|
|
|
+
|
|
|
+discount?: number;
|
|
|
|
|
|
editorInChief?: string;
|
|
|
|
|
|
id?: string;
|
|
|
|
|
|
issn?: string;
|
|
|
+
|
|
|
+price?: number;
|
|
|
|
|
|
publishingHouse?: string;
|
|
|
|