|
@@ -3355,6 +3355,8 @@ wfTextbookSubscriptionItemList?: AddWfTextbookSubscriptionItemDto[];
|
|
|
}
|
|
|
|
|
|
type AddWfTextbookSubscriptionItemDto = {
|
|
|
+/** 变更类型(0:未变更,1:变更征订数量,2:变更课程) */
|
|
|
+alterationType?: number;
|
|
|
/** 估价(元) */
|
|
|
appraisalPrice?: number;
|
|
|
/** 书名 */
|
|
@@ -3365,6 +3367,8 @@ classIds?: string;
|
|
|
courseSubjectId?: string;
|
|
|
/** 主编 */
|
|
|
editorInChief?: string;
|
|
|
+/** 已入库数量 */
|
|
|
+inStockroomNum?: number;
|
|
|
/** 是否有配套教学资源(xjr_dictionary_item[judgment_method_1]) */
|
|
|
isSupportResources?: string;
|
|
|
/** 是否为规划教材(xjr_dictionary_item[judgment_method_1]) */
|
|
@@ -3393,6 +3397,53 @@ version?: string;
|
|
|
wfTextbookSubscriptionId?: string;
|
|
|
}
|
|
|
|
|
|
+type AddWfTextbookSubscriptionItemHistoryDto = {
|
|
|
+/** 变更类型(0:未变更,1:变更征订数量,2:变更课程) */
|
|
|
+alterationType?: number;
|
|
|
+/** 估价(元) */
|
|
|
+appraisalPrice?: number;
|
|
|
+/** 书名 */
|
|
|
+bookName?: string;
|
|
|
+/** 班级编号(多个) */
|
|
|
+classIds?: string;
|
|
|
+/** 课程编号(base_course_subject) */
|
|
|
+courseSubjectId?: string;
|
|
|
+/** 主编 */
|
|
|
+editorInChief?: string;
|
|
|
+/** 当前征订任务征订项已经入库数量 */
|
|
|
+historyVersion?: number;
|
|
|
+/** 当前征订任务征订项已经入库数量 */
|
|
|
+inStockroomNum?: number;
|
|
|
+/** 是否有配套教学资源(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isSupportResources?: string;
|
|
|
+/** 是否为规划教材(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isTextbookPlan?: string;
|
|
|
+/** 国际标准书号 */
|
|
|
+isbn?: string;
|
|
|
+/** 国际标准刊号 */
|
|
|
+issn?: string;
|
|
|
+/** 出版社 */
|
|
|
+publishingHouse?: string;
|
|
|
+/** 序号 */
|
|
|
+sortCode?: number;
|
|
|
+/** 学生用书征订数量 */
|
|
|
+studentSubscriptionNumber?: number;
|
|
|
+/** 征订类型(xjr_dictionary_item[subscription_type]) */
|
|
|
+subscriptionType?: string;
|
|
|
+/** 教师教参用书征订数量 */
|
|
|
+teacherReferenceNumber?: number;
|
|
|
+/** 教师教材征订数量 */
|
|
|
+teacherSubscriptionNumber?: number;
|
|
|
+/** 教材id */
|
|
|
+textbookId?: string;
|
|
|
+/** 版本 */
|
|
|
+version?: string;
|
|
|
+/** 教材教辅征订编号 */
|
|
|
+wfTextbookSubscriptionId?: string;
|
|
|
+/** 教材教辅征订项编号 */
|
|
|
+wfTextbookSubscriptionItemId?: string;
|
|
|
+}
|
|
|
+
|
|
|
type AddWorkflowSchemaDraftDto = {
|
|
|
childNodeConfig?: Map<string,object>[];
|
|
|
processConfig?: ProcessConfig;
|
|
@@ -10905,6 +10956,14 @@ total?: number;
|
|
|
totalPage?: number;
|
|
|
}
|
|
|
|
|
|
+type PageOutput<WfTextbookSubscriptionItemHistoryPageVo> = {
|
|
|
+currentPage?: number;
|
|
|
+list?: WfTextbookSubscriptionItemHistoryPageVo[];
|
|
|
+pageSize?: number;
|
|
|
+total?: number;
|
|
|
+totalPage?: number;
|
|
|
+}
|
|
|
+
|
|
|
type PageOutput<WfTextbookSubscriptionPageVo> = {
|
|
|
currentPage?: number;
|
|
|
list?: WfTextbookSubscriptionPageVo[];
|
|
@@ -13839,16 +13898,16 @@ wfTextbookSubscriptionId?: string;
|
|
|
type TextbookInstockroomListVo = {
|
|
|
/** 书名 */
|
|
|
bookName?: string;
|
|
|
+/** 课程 */
|
|
|
+courseName?: string;
|
|
|
/** 课程编号(base_course_subject) */
|
|
|
courseSubjectId?: string;
|
|
|
-/** 课程编号(base_course_subject) */
|
|
|
-courseSubjectIdCn?: string;
|
|
|
/** 主编 */
|
|
|
editorInChief?: string;
|
|
|
/** 征订项编号 */
|
|
|
id?: string;
|
|
|
/** 已入库数量 */
|
|
|
-instockroomNum?: number;
|
|
|
+inStockroomNum?: number;
|
|
|
/** 国际标准刊号 */
|
|
|
issn?: string;
|
|
|
/** 出版社 */
|
|
@@ -13865,6 +13924,10 @@ textbookId?: string;
|
|
|
textbookType?: string;
|
|
|
/** 教材类型(xjr_dictionary_item[textbook_type]) */
|
|
|
textbookTypeCn?: string;
|
|
|
+/** 使用类型(单位:学期) */
|
|
|
+useType?: number;
|
|
|
+/** 版本 */
|
|
|
+version?: string;
|
|
|
/** 教材教辅征订编号 */
|
|
|
wfTextbookSubscriptionId?: string;
|
|
|
}
|
|
@@ -17563,6 +17626,100 @@ subscriptionMethod?: number;
|
|
|
wfTextbookSubscriptionItemList?: AddWfTextbookSubscriptionItemDto[];
|
|
|
}
|
|
|
|
|
|
+type UpdateWfTextbookSubscriptionItemDto = {
|
|
|
+/** 变更类型(0:未变更,1:变更征订数量,2:变更课程) */
|
|
|
+alterationType?: number;
|
|
|
+/** 估价(元) */
|
|
|
+appraisalPrice?: number;
|
|
|
+/** 书名 */
|
|
|
+bookName?: string;
|
|
|
+/** 班级编号(多个) */
|
|
|
+classIds?: string;
|
|
|
+/** 课程编号(base_course_subject) */
|
|
|
+courseSubjectId?: string;
|
|
|
+/** 主编 */
|
|
|
+editorInChief?: string;
|
|
|
+/** 主键编号 */
|
|
|
+id?: string;
|
|
|
+/** 已入库数量 */
|
|
|
+inStockroomNum?: number;
|
|
|
+/** 是否有配套教学资源(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isSupportResources?: string;
|
|
|
+/** 是否为规划教材(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isTextbookPlan?: string;
|
|
|
+/** 国际标准书号 */
|
|
|
+isbn?: string;
|
|
|
+/** 国际标准刊号 */
|
|
|
+issn?: string;
|
|
|
+/** 出版社 */
|
|
|
+publishingHouse?: string;
|
|
|
+/** 序号 */
|
|
|
+sortCode?: number;
|
|
|
+/** 学生用书征订数量 */
|
|
|
+studentSubscriptionNumber?: number;
|
|
|
+/** 征订类型(xjr_dictionary_item[subscription_type]) */
|
|
|
+subscriptionType?: string;
|
|
|
+/** 教师教参用书征订数量 */
|
|
|
+teacherReferenceNumber?: number;
|
|
|
+/** 教师教材征订数量 */
|
|
|
+teacherSubscriptionNumber?: number;
|
|
|
+/** 教材编号 */
|
|
|
+textbookId?: string;
|
|
|
+/** 版本 */
|
|
|
+version?: string;
|
|
|
+/** 教材教辅征订编号 */
|
|
|
+wfTextbookSubscriptionId?: string;
|
|
|
+}
|
|
|
+
|
|
|
+type UpdateWfTextbookSubscriptionItemHistoryDto = {
|
|
|
+/** 变更类型(0:未变更,1:变更征订数量,2:变更课程) */
|
|
|
+alterationType?: number;
|
|
|
+/** 估价(元) */
|
|
|
+appraisalPrice?: number;
|
|
|
+/** 书名 */
|
|
|
+bookName?: string;
|
|
|
+/** 班级编号(多个) */
|
|
|
+classIds?: string;
|
|
|
+/** 课程编号(base_course_subject) */
|
|
|
+courseSubjectId?: string;
|
|
|
+/** 主编 */
|
|
|
+editorInChief?: string;
|
|
|
+/** 当前征订任务征订项已经入库数量 */
|
|
|
+historyVersion?: number;
|
|
|
+/** 主键编号 */
|
|
|
+id?: string;
|
|
|
+/** 当前征订任务征订项已经入库数量 */
|
|
|
+inStockroomNum?: number;
|
|
|
+/** 是否有配套教学资源(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isSupportResources?: string;
|
|
|
+/** 是否为规划教材(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isTextbookPlan?: string;
|
|
|
+/** 国际标准书号 */
|
|
|
+isbn?: string;
|
|
|
+/** 国际标准刊号 */
|
|
|
+issn?: string;
|
|
|
+/** 出版社 */
|
|
|
+publishingHouse?: string;
|
|
|
+/** 序号 */
|
|
|
+sortCode?: number;
|
|
|
+/** 学生用书征订数量 */
|
|
|
+studentSubscriptionNumber?: number;
|
|
|
+/** 征订类型(xjr_dictionary_item[subscription_type]) */
|
|
|
+subscriptionType?: string;
|
|
|
+/** 教师教参用书征订数量 */
|
|
|
+teacherReferenceNumber?: number;
|
|
|
+/** 教师教材征订数量 */
|
|
|
+teacherSubscriptionNumber?: number;
|
|
|
+/** 教材id */
|
|
|
+textbookId?: string;
|
|
|
+/** 版本 */
|
|
|
+version?: string;
|
|
|
+/** 教材教辅征订编号 */
|
|
|
+wfTextbookSubscriptionId?: string;
|
|
|
+/** 教材教辅征订项编号 */
|
|
|
+wfTextbookSubscriptionItemId?: string;
|
|
|
+}
|
|
|
+
|
|
|
type UpdateWorkflowSchemaDto = {
|
|
|
childNodeConfig?: Map<string,object>[];
|
|
|
id?: string;
|
|
@@ -18572,7 +18729,113 @@ status?: number;
|
|
|
wfTextbookRecedeItemList?: WfTextbookRecedeItemVo[];
|
|
|
}
|
|
|
|
|
|
+type WfTextbookSubscriptionItemHistoryPageVo = {
|
|
|
+/** 变更类型(0:未变更,1:变更征订数量,2:变更课程) */
|
|
|
+alterationType?: number;
|
|
|
+/** 估价(元) */
|
|
|
+appraisalPrice?: number;
|
|
|
+/** 书名 */
|
|
|
+bookName?: string;
|
|
|
+/** 班级编号(多个) */
|
|
|
+classIds?: string;
|
|
|
+/** 课程编号(base_course_subject) */
|
|
|
+courseName?: string;
|
|
|
+/** 课程编号(base_course_subject) */
|
|
|
+courseSubjectId?: string;
|
|
|
+/** 创建时间 */
|
|
|
+createDate?: string;
|
|
|
+/** 创建人 */
|
|
|
+createUserId?: string;
|
|
|
+/** 创建人 */
|
|
|
+createUserIdCn?: string;
|
|
|
+/** 主编 */
|
|
|
+editorInChief?: string;
|
|
|
+/** 当前征订任务征订项已经入库数量 */
|
|
|
+historyVersion?: number;
|
|
|
+/** 主键编号 */
|
|
|
+id?: string;
|
|
|
+/** 当前征订任务征订项已经入库数量 */
|
|
|
+inStockroomNum?: number;
|
|
|
+/** 是否有配套教学资源(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isSupportResources?: string;
|
|
|
+/** 是否为规划教材(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isTextbookPlan?: string;
|
|
|
+/** 国际标准书号 */
|
|
|
+isbn?: string;
|
|
|
+/** 国际标准刊号 */
|
|
|
+issn?: string;
|
|
|
+/** 出版社 */
|
|
|
+publishingHouse?: string;
|
|
|
+/** 学生用书征订数量 */
|
|
|
+studentSubscriptionNumber?: number;
|
|
|
+/** 征订类型(xjr_dictionary_item[subscription_type]) */
|
|
|
+subscriptionType?: string;
|
|
|
+/** 教师教参用书征订数量 */
|
|
|
+teacherReferenceNumber?: number;
|
|
|
+/** 教师教材征订数量 */
|
|
|
+teacherSubscriptionNumber?: number;
|
|
|
+/** 教材id */
|
|
|
+textbookId?: string;
|
|
|
+/** 版本 */
|
|
|
+version?: string;
|
|
|
+/** 教材教辅征订编号 */
|
|
|
+wfTextbookSubscriptionId?: string;
|
|
|
+/** 教材教辅征订项编号 */
|
|
|
+wfTextbookSubscriptionItemId?: string;
|
|
|
+}
|
|
|
+
|
|
|
+type WfTextbookSubscriptionItemHistoryVo = {
|
|
|
+/** 变更类型(0:未变更,1:变更征订数量,2:变更课程) */
|
|
|
+alterationType?: number;
|
|
|
+/** 估价(元) */
|
|
|
+appraisalPrice?: number;
|
|
|
+/** 书名 */
|
|
|
+bookName?: string;
|
|
|
+/** 班级编号(多个) */
|
|
|
+classIds?: string;
|
|
|
+/** 课程编号(base_course_subject) */
|
|
|
+courseSubjectId?: string;
|
|
|
+/** 主编 */
|
|
|
+editorInChief?: string;
|
|
|
+/** 当前征订任务征订项已经入库数量 */
|
|
|
+historyVersion?: number;
|
|
|
+/** 主键编号 */
|
|
|
+id?: string;
|
|
|
+/** 当前征订任务征订项已经入库数量 */
|
|
|
+inStockroomNum?: number;
|
|
|
+/** 是否有配套教学资源(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isSupportResources?: string;
|
|
|
+/** 是否为规划教材(xjr_dictionary_item[judgment_method_1]) */
|
|
|
+isTextbookPlan?: string;
|
|
|
+/** 国际标准书号 */
|
|
|
+isbn?: string;
|
|
|
+/** 国际标准刊号 */
|
|
|
+issn?: string;
|
|
|
+/** 出版社 */
|
|
|
+publishingHouse?: string;
|
|
|
+/** 序号 */
|
|
|
+sortCode?: number;
|
|
|
+/** 学生用书征订数量 */
|
|
|
+studentSubscriptionNumber?: number;
|
|
|
+/** 征订类型(xjr_dictionary_item[subscription_type]) */
|
|
|
+subscriptionType?: string;
|
|
|
+/** 教师教参用书征订数量 */
|
|
|
+teacherReferenceNumber?: number;
|
|
|
+/** 教师教材征订数量 */
|
|
|
+teacherSubscriptionNumber?: number;
|
|
|
+/** 教材id */
|
|
|
+textbookId?: string;
|
|
|
+/** 版本 */
|
|
|
+version?: string;
|
|
|
+/** 教材教辅征订编号 */
|
|
|
+wfTextbookSubscriptionId?: string;
|
|
|
+/** 教材教辅征订项编号 */
|
|
|
+wfTextbookSubscriptionItemId?: string;
|
|
|
+}
|
|
|
+
|
|
|
type WfTextbookSubscriptionItemVo = {
|
|
|
+/** 变更类型(0:未变更,1:变更征订数量,2:变更课程) */
|
|
|
+alterationType?: number;
|
|
|
/** 估价(元) */
|
|
|
appraisalPrice?: number;
|
|
|
/** 书名 */
|