|
@@ -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;
|
|
|
/** 变更类型(0:未变更,1:变更征订数量,2:变更课程) */
|
|
|
alterationType?: number;
|
|
|
+/** 学期id(base_semester) */
|
|
|
+baseSemesterId?: string;
|
|
|
+/** 学期id(base_semester) */
|
|
|
+baseSemesterIdCn?: string;
|
|
|
/** 书名 */
|
|
|
bookName?: string;
|
|
|
/** 课程编号(base_course_subject) */
|
|
@@ -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;
|
|
|
/** 教材教辅增订记录表主键(textbook_subscription) */
|
|
|
textbookSubscriptionId?: string;
|
|
|
-/** 教材分类(xjr_dictionary_item[textbook_type]) */
|
|
|
+/** 教材类型(xjr_dictionary_item[textbook_type]) */
|
|
|
textbookType?: string;
|
|
|
-/** 教材分类(xjr_dictionary_item[textbook_type]) */
|
|
|
+/** 教材类型(xjr_dictionary_item[textbook_type]) */
|
|
|
textbookTypeCn?: string;
|
|
|
+/** 使用类型(单位:学期) */
|
|
|
+useType?: number;
|
|
|
+/** 版本 */
|
|
|
+version?: string;
|
|
|
}
|
|
|
|
|
|
type TextbookSubscriptionListVo = {
|
|
@@ -18103,12 +18130,16 @@ classIds?: string;
|
|
|
courseName?: string;
|
|
|
/** 课程编号(base_course_subject) */
|
|
|
courseSubjectId?: string;
|
|
|
+/** 预估折扣 */
|
|
|
+discount?: number;
|
|
|
/** 主编 */
|
|
|
editorInChief?: string;
|
|
|
/** 班级课程主键编号 */
|
|
|
id?: string;
|
|
|
/** 国际标准刊号 */
|
|
|
issn?: string;
|
|
|
+/** 定价(元) */
|
|
|
+price?: number;
|
|
|
/** 出版社 */
|
|
|
publishingHouse?: string;
|
|
|
/** 学生用书征订数量 */
|