|
@@ -8313,22 +8313,10 @@ type ClassTimeStatisticsRecordVo = {
|
|
|
allClassTime?: number;
|
|
|
/** 外聘教师超课时费 */
|
|
|
beyondClassTimeAmount?: number;
|
|
|
-/** 教研会 */
|
|
|
-classTime1?: number;
|
|
|
/** 顶课 */
|
|
|
classTime10?: number;
|
|
|
/** 调课 */
|
|
|
classTime11?: number;
|
|
|
-/** 督导听课 */
|
|
|
-classTime2?: number;
|
|
|
-/** 临近三年退休政策 */
|
|
|
-classTime3?: number;
|
|
|
-/** 出题 */
|
|
|
-classTime4?: number;
|
|
|
-/** 阅卷 */
|
|
|
-classTime5?: number;
|
|
|
-/** 周末培优 */
|
|
|
-classTime6?: number;
|
|
|
/** 早自习 */
|
|
|
classTime7?: number;
|
|
|
/** 正课(包含调顶课时) */
|
|
@@ -8337,6 +8325,8 @@ classTime8?: number;
|
|
|
classTime9?: number;
|
|
|
/** 课时费用 */
|
|
|
classTimeAmount?: number;
|
|
|
+/** 课时补充数据 */
|
|
|
+courseTimeTypeData?: string;
|
|
|
/** 聘用类型 */
|
|
|
employTypeCn?: string;
|
|
|
/** 主键编号 */
|
|
@@ -9025,6 +9015,31 @@ type DeployDto = {
|
|
|
schemaId?: string;
|
|
|
}
|
|
|
|
|
|
+/** 数据字典详情 */
|
|
|
+type DictionaryDetail对象 = {
|
|
|
+/** 编码 */
|
|
|
+code?: string;
|
|
|
+createDate?: string;
|
|
|
+createUserId?: string;
|
|
|
+deleteMark?: number;
|
|
|
+enabledMark?: number;
|
|
|
+id?: string;
|
|
|
+/** 字典项id */
|
|
|
+itemId?: string;
|
|
|
+modifyDate?: string;
|
|
|
+modifyUserId?: string;
|
|
|
+/** 名字 */
|
|
|
+name?: string;
|
|
|
+/** 父级编号 */
|
|
|
+pId?: string;
|
|
|
+/** 备注 */
|
|
|
+remark?: string;
|
|
|
+/** 排序号 */
|
|
|
+sortCode?: number;
|
|
|
+/** 值 */
|
|
|
+value?: string;
|
|
|
+}
|
|
|
+
|
|
|
type DistributeClassPageVo = {
|
|
|
/** 班级名称 */
|
|
|
className?: string;
|
|
@@ -11312,6 +11327,8 @@ evaluateTypeCn?: string;
|
|
|
name?: string;
|
|
|
/** 登录用户整个评价管理的已经评价对象的数量(0:表示该用户所有需要评价的对象都已经评价) */
|
|
|
ratedCount?: number;
|
|
|
+/** 状态(-1:未发布,0:暂停,1:进行中,2:已结束) */
|
|
|
+status?: number;
|
|
|
}
|
|
|
|
|
|
type MobileResultPageVo = {
|
|
@@ -11836,7 +11853,6 @@ type PageInput_10 = {
|
|
|
content?: string;
|
|
|
/** 排序字段 */
|
|
|
field?: string;
|
|
|
-id?: string;
|
|
|
/** 关键词 */
|
|
|
keyword?: string;
|
|
|
/** 当前页标 */
|
|
@@ -11857,6 +11873,31 @@ titleColor?: string;
|
|
|
|
|
|
/** 分页入参 */
|
|
|
type PageInput_11 = {
|
|
|
+/** 消息内容 */
|
|
|
+content?: string;
|
|
|
+/** 排序字段 */
|
|
|
+field?: string;
|
|
|
+id?: string;
|
|
|
+/** 关键词 */
|
|
|
+keyword?: string;
|
|
|
+/** 当前页标 */
|
|
|
+limit?: number;
|
|
|
+/** 排序方式 asc desc */
|
|
|
+order?: string;
|
|
|
+/** 发送范围(1:全体师生,2:全体教职工) */
|
|
|
+sendRange?: number;
|
|
|
+/** 每页大小 */
|
|
|
+size?: number;
|
|
|
+/** 状态(0:未发布 1:已发布) */
|
|
|
+status?: number;
|
|
|
+/** 消息标题 */
|
|
|
+title?: string;
|
|
|
+/** 标题颜色 */
|
|
|
+titleColor?: string;
|
|
|
+}
|
|
|
+
|
|
|
+/** 分页入参 */
|
|
|
+type PageInput_12 = {
|
|
|
/** 班级 */
|
|
|
className?: string;
|
|
|
/** 结束时间 */
|
|
@@ -11882,7 +11923,7 @@ userName?: string;
|
|
|
}
|
|
|
|
|
|
/** 分页入参 */
|
|
|
-type PageInput_12 = {
|
|
|
+type PageInput_13 = {
|
|
|
/** 结束时间 */
|
|
|
endDate?: string;
|
|
|
/** 排序字段 */
|
|
@@ -11989,26 +12030,35 @@ studentId?: string;
|
|
|
|
|
|
/** 分页入参 */
|
|
|
type PageInput_5 = {
|
|
|
+/** 年级id */
|
|
|
+baseGradeId?: string;
|
|
|
+/** 学期id */
|
|
|
+baseSemesterId?: string;
|
|
|
+/** 班级id */
|
|
|
+classId?: string;
|
|
|
+/** 评价管理主键编号 */
|
|
|
+evaluateManageId: string;
|
|
|
/** 排序字段 */
|
|
|
field?: string;
|
|
|
-funcId?: string;
|
|
|
-isTemplate?: boolean;
|
|
|
-isTrans?: boolean;
|
|
|
/** 关键词 */
|
|
|
keyword?: string;
|
|
|
/** 当前页标 */
|
|
|
limit?: number;
|
|
|
+/** 姓名 */
|
|
|
+name?: string;
|
|
|
/** 排序方式 asc desc */
|
|
|
order?: string;
|
|
|
-params?: any;
|
|
|
/** 每页大小 */
|
|
|
size?: number;
|
|
|
+/** 教师id */
|
|
|
+teacherId?: string;
|
|
|
}
|
|
|
|
|
|
/** 分页入参 */
|
|
|
type PageInput_6 = {
|
|
|
/** 排序字段 */
|
|
|
field?: string;
|
|
|
+funcId?: string;
|
|
|
isTemplate?: boolean;
|
|
|
isTrans?: boolean;
|
|
|
/** 关键词 */
|
|
@@ -12018,31 +12068,32 @@ limit?: number;
|
|
|
/** 排序方式 asc desc */
|
|
|
order?: string;
|
|
|
params?: any;
|
|
|
-releaseId?: string;
|
|
|
/** 每页大小 */
|
|
|
size?: number;
|
|
|
}
|
|
|
|
|
|
/** 分页入参 */
|
|
|
type PageInput_7 = {
|
|
|
-/** 床位id */
|
|
|
-bedId?: string;
|
|
|
/** 排序字段 */
|
|
|
field?: string;
|
|
|
+isTemplate?: boolean;
|
|
|
+isTrans?: boolean;
|
|
|
/** 关键词 */
|
|
|
keyword?: string;
|
|
|
/** 当前页标 */
|
|
|
limit?: number;
|
|
|
/** 排序方式 asc desc */
|
|
|
order?: string;
|
|
|
+params?: any;
|
|
|
+releaseId?: string;
|
|
|
/** 每页大小 */
|
|
|
size?: number;
|
|
|
-/** 学生userId */
|
|
|
-studentUserId?: string;
|
|
|
}
|
|
|
|
|
|
/** 分页入参 */
|
|
|
type PageInput_8 = {
|
|
|
+/** 床位id */
|
|
|
+bedId?: string;
|
|
|
/** 排序字段 */
|
|
|
field?: string;
|
|
|
/** 关键词 */
|
|
@@ -12051,18 +12102,14 @@ keyword?: string;
|
|
|
limit?: number;
|
|
|
/** 排序方式 asc desc */
|
|
|
order?: string;
|
|
|
-/** 用户类型 */
|
|
|
-roleId?: string;
|
|
|
-/** 课程id */
|
|
|
-secondCourseId?: string;
|
|
|
/** 每页大小 */
|
|
|
size?: number;
|
|
|
+/** 学生userId */
|
|
|
+studentUserId?: string;
|
|
|
}
|
|
|
|
|
|
/** 分页入参 */
|
|
|
type PageInput_9 = {
|
|
|
-/** 消息内容 */
|
|
|
-content?: string;
|
|
|
/** 排序字段 */
|
|
|
field?: string;
|
|
|
/** 关键词 */
|
|
@@ -12071,16 +12118,12 @@ keyword?: string;
|
|
|
limit?: number;
|
|
|
/** 排序方式 asc desc */
|
|
|
order?: string;
|
|
|
-/** 发送范围(1:全体师生,2:全体教职工) */
|
|
|
-sendRange?: number;
|
|
|
+/** 用户类型 */
|
|
|
+roleId?: string;
|
|
|
+/** 课程id */
|
|
|
+secondCourseId?: string;
|
|
|
/** 每页大小 */
|
|
|
size?: number;
|
|
|
-/** 状态(0:未发布 1:已发布) */
|
|
|
-status?: number;
|
|
|
-/** 消息标题 */
|
|
|
-title?: string;
|
|
|
-/** 标题颜色 */
|
|
|
-titleColor?: string;
|
|
|
}
|
|
|
|
|
|
type PageOutput<ActivityEnrollPageVo> = {
|
|
@@ -14385,6 +14428,28 @@ relationTasks?: LaunchRelationTaskDto[];
|
|
|
schemaId?: string;
|
|
|
}
|
|
|
|
|
|
+type RecordDetailListVo = {
|
|
|
+/** 调整类型 */
|
|
|
+adjustType?: string;
|
|
|
+/** 内容 */
|
|
|
+content?: string;
|
|
|
+/** 日期 */
|
|
|
+scheduleDate?: string;
|
|
|
+/** 分类 */
|
|
|
+type?: string;
|
|
|
+}
|
|
|
+
|
|
|
+type RecordDetailVo = {
|
|
|
+/** 总课时 */
|
|
|
+allClassTime?: number;
|
|
|
+/** 列 */
|
|
|
+columnTitle?: RecordDetailListVo[];
|
|
|
+/** 数据 */
|
|
|
+data?: RecordDetailListVo[];
|
|
|
+/** 行 */
|
|
|
+rowTitle?: RecordDetailListVo[];
|
|
|
+}
|
|
|
+
|
|
|
type RecycleDeleteDto = {
|
|
|
/** 流程id */
|
|
|
processIds?: string[];
|
|
@@ -14621,11 +14686,6 @@ processId?: string;
|
|
|
schemaId?: string;
|
|
|
}
|
|
|
|
|
|
-type ResultViewingExcelDto = {
|
|
|
-/** 评价管理主键编号 */
|
|
|
-evaluateManageId: string;
|
|
|
-}
|
|
|
-
|
|
|
type ResultViewingPageVo = {
|
|
|
/** 实际打分人数 */
|
|
|
actualExecuterNum?: number;
|