|
@@ -1902,6 +1902,8 @@ departmentType?: number;
|
|
email?: string;
|
|
email?: string;
|
|
/** 是否启用 */
|
|
/** 是否启用 */
|
|
enabledMark?: number;
|
|
enabledMark?: number;
|
|
|
|
+/** 是否专业部(1:是 0:否) */
|
|
|
|
+isMajor?: number;
|
|
/** 电话 */
|
|
/** 电话 */
|
|
mobile?: string;
|
|
mobile?: string;
|
|
/** 机构名称 */
|
|
/** 机构名称 */
|
|
@@ -3187,6 +3189,8 @@ baseStudentScholarshipCategoryId?: string;
|
|
scholarshipLevel?: number;
|
|
scholarshipLevel?: number;
|
|
/** 学期id */
|
|
/** 学期id */
|
|
semesterId?: string;
|
|
semesterId?: string;
|
|
|
|
+/** 金额 */
|
|
|
|
+totalAmount?: number;
|
|
}
|
|
}
|
|
|
|
|
|
type AddStundentFaceProcessDto = {
|
|
type AddStundentFaceProcessDto = {
|
|
@@ -3901,10 +3905,16 @@ wfTextbookSubscriptionItemId?: string;
|
|
type AddWhitelistManagementDto = {
|
|
type AddWhitelistManagementDto = {
|
|
/** 身份证 */
|
|
/** 身份证 */
|
|
credentialNumber?: string;
|
|
credentialNumber?: string;
|
|
|
|
+/** 临时使用结束时间 */
|
|
|
|
+endTime?: string;
|
|
|
|
+/** 是否临时性的(1:是 0:否) */
|
|
|
|
+isTemporary?: number;
|
|
/** 姓名 */
|
|
/** 姓名 */
|
|
name?: string;
|
|
name?: string;
|
|
/** 手机号 */
|
|
/** 手机号 */
|
|
phone?: string;
|
|
phone?: string;
|
|
|
|
+/** 临时使用开始时间 */
|
|
|
|
+startTime?: string;
|
|
/** 用户id */
|
|
/** 用户id */
|
|
userId?: string;
|
|
userId?: string;
|
|
}
|
|
}
|
|
@@ -5119,6 +5129,7 @@ id?: string;
|
|
majorName?: string;
|
|
majorName?: string;
|
|
modifyDate?: string;
|
|
modifyDate?: string;
|
|
modifyUserId?: string;
|
|
modifyUserId?: string;
|
|
|
|
+/** 学期 */
|
|
semester?: string;
|
|
semester?: string;
|
|
sortCode?: number;
|
|
sortCode?: number;
|
|
/** 教师名称 */
|
|
/** 教师名称 */
|
|
@@ -6569,6 +6580,8 @@ type BaseStudentDevelopmentVo = {
|
|
/** 录取专业 */
|
|
/** 录取专业 */
|
|
admissionMajor?: string;
|
|
admissionMajor?: string;
|
|
/** 升学层次(xjr_dictionary_item[ascending_arrangement]) */
|
|
/** 升学层次(xjr_dictionary_item[ascending_arrangement]) */
|
|
|
|
+ascendingArrangement?: string;
|
|
|
|
+/** 升学层次(xjr_dictionary_item[ascending_arrangement]) */
|
|
ascendingArrangementCn?: string;
|
|
ascendingArrangementCn?: string;
|
|
/** 升学渠道(xjr_dictionary_item[ascending_channels]) */
|
|
/** 升学渠道(xjr_dictionary_item[ascending_channels]) */
|
|
ascendingChannels?: string;
|
|
ascendingChannels?: string;
|
|
@@ -6583,6 +6596,8 @@ companyIndustry?: string;
|
|
/** 就业单位性质 */
|
|
/** 就业单位性质 */
|
|
companyNature?: string;
|
|
companyNature?: string;
|
|
/** 就业单位规模(xjr_dictionary_item[company_scale]) */
|
|
/** 就业单位规模(xjr_dictionary_item[company_scale]) */
|
|
|
|
+companyScale?: string;
|
|
|
|
+/** 就业单位规模(xjr_dictionary_item[company_scale]) */
|
|
companyScaleCn?: string;
|
|
companyScaleCn?: string;
|
|
/** 学生类型(xjr_dictionary_item[culture_type]) */
|
|
/** 学生类型(xjr_dictionary_item[culture_type]) */
|
|
cultureType?: string;
|
|
cultureType?: string;
|
|
@@ -8442,6 +8457,15 @@ roomName?: string;
|
|
sortCode?: number;
|
|
sortCode?: number;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type DistributionVo = {
|
|
|
|
+/** 完成数量 */
|
|
|
|
+completeCount?: string;
|
|
|
|
+/** 统计项 */
|
|
|
|
+item?: string;
|
|
|
|
+/** 未完成数量 */
|
|
|
|
+uncompleteCount?: string;
|
|
|
|
+}
|
|
|
|
+
|
|
type DrillEvaluateClassListVo = {
|
|
type DrillEvaluateClassListVo = {
|
|
/** 结束时间 */
|
|
/** 结束时间 */
|
|
endTime?: string;
|
|
endTime?: string;
|
|
@@ -8475,6 +8499,13 @@ userId?: string;
|
|
userIdCn?: string;
|
|
userIdCn?: string;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type DurationVo = {
|
|
|
|
+/** 数量 */
|
|
|
|
+count?: number;
|
|
|
|
+/** 时间段 */
|
|
|
|
+duration?: string;
|
|
|
|
+}
|
|
|
|
+
|
|
type EnabledDto = {
|
|
type EnabledDto = {
|
|
schemaId?: string;
|
|
schemaId?: string;
|
|
}
|
|
}
|
|
@@ -9539,6 +9570,30 @@ roomId?: string;
|
|
roomName?: string;
|
|
roomName?: string;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type HealthItemCountVo = {
|
|
|
|
+/** 学生传染病数量 */
|
|
|
|
+infectionCount?: string;
|
|
|
|
+/** 统计项 */
|
|
|
|
+item?: string;
|
|
|
|
+/** 学生心理咨询数量 */
|
|
|
|
+psychologicalCount?: string;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type HealthStatisticsDetailVo = {
|
|
|
|
+/** 班级统计 */
|
|
|
|
+classList?: HealthItemCountVo[];
|
|
|
|
+/** 年级统计 */
|
|
|
|
+gradeList?: HealthItemCountVo[];
|
|
|
|
+/** 传染病登记人数-女 */
|
|
|
|
+infectionFemaleCount?: number;
|
|
|
|
+/** 传染病登记人数-男 */
|
|
|
|
+infectionMaleCount?: number;
|
|
|
|
+/** 心理咨询人数-女 */
|
|
|
|
+psychologicalFemaleCount?: number;
|
|
|
|
+/** 心理咨询人数-男 */
|
|
|
|
+psychologicalMaleCount?: number;
|
|
|
|
+}
|
|
|
|
+
|
|
type HealthStatisticsVo = {
|
|
type HealthStatisticsVo = {
|
|
/** 传染病登记人数-女 */
|
|
/** 传染病登记人数-女 */
|
|
infectionFemaleCount?: number;
|
|
infectionFemaleCount?: number;
|
|
@@ -9615,6 +9670,29 @@ interfaceIds?: string[];
|
|
roleId?: string;
|
|
roleId?: string;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type ItemCountAmountVo = {
|
|
|
|
+/** 金额 */
|
|
|
|
+amount?: number;
|
|
|
|
+/** 次数 */
|
|
|
|
+count?: number;
|
|
|
|
+/** 统计项 */
|
|
|
|
+item?: string;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ItemCountVo = {
|
|
|
|
+/** 数量 */
|
|
|
|
+count?: number;
|
|
|
|
+/** 统计项 */
|
|
|
|
+item?: string;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ItemDoubleVo = {
|
|
|
|
+/** 金额 */
|
|
|
|
+amount?: number;
|
|
|
|
+/** 统计项 */
|
|
|
|
+item?: string;
|
|
|
|
+}
|
|
|
|
+
|
|
type KeyCloakLoginInfoDto = {
|
|
type KeyCloakLoginInfoDto = {
|
|
/** 设备 PC 或者 APP */
|
|
/** 设备 PC 或者 APP */
|
|
device?: string;
|
|
device?: string;
|
|
@@ -13079,13 +13157,26 @@ type?: number;
|
|
value?: string;
|
|
value?: string;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type ProcessStatisticsDetailVo = {
|
|
|
|
+/** 发起流程总数 */
|
|
|
|
+allCount?: string;
|
|
|
|
+/** 完成总数 */
|
|
|
|
+completeCount?: string;
|
|
|
|
+/** 流程分布情况 */
|
|
|
|
+distributionList?: DistributionVo[];
|
|
|
|
+/** 审核完结时长分布 */
|
|
|
|
+durationList?: DurationVo[];
|
|
|
|
+/** 未完成总数 */
|
|
|
|
+uncompleteCount?: string;
|
|
|
|
+}
|
|
|
|
+
|
|
type ProcessStatisticsVo = {
|
|
type ProcessStatisticsVo = {
|
|
/** 发起流程总数 */
|
|
/** 发起流程总数 */
|
|
-allCount?: number;
|
|
|
|
|
|
+allCount?: string;
|
|
/** 完成总数 */
|
|
/** 完成总数 */
|
|
-completeCount?: number;
|
|
|
|
|
|
+completeCount?: string;
|
|
/** 未完成总数 */
|
|
/** 未完成总数 */
|
|
-uncompleteCount?: number;
|
|
|
|
|
|
+uncompleteCount?: string;
|
|
}
|
|
}
|
|
|
|
|
|
type ProclamationPageVo = {
|
|
type ProclamationPageVo = {
|
|
@@ -14626,6 +14717,13 @@ type SetSuspendedDto = {
|
|
processId?: string;
|
|
processId?: string;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type SetWhitelistEndTimeDto = {
|
|
|
|
+/** 临时使用结束时间 */
|
|
|
|
+endTime?: string;
|
|
|
|
+/** 用户id */
|
|
|
|
+ids?: string[];
|
|
|
|
+}
|
|
|
|
+
|
|
type SqlConfig = {
|
|
type SqlConfig = {
|
|
bindField?: string;
|
|
bindField?: string;
|
|
databaseId?: string;
|
|
databaseId?: string;
|
|
@@ -14904,6 +15002,23 @@ teacherName?: string;
|
|
userId?: string;
|
|
userId?: string;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type StudnetStatisticsDetailVo = {
|
|
|
|
+/** 性别占比数据 */
|
|
|
|
+genderList?: ItemCountVo[];
|
|
|
|
+/** 年级占比数据 */
|
|
|
|
+gradeList?: ItemCountVo[];
|
|
|
|
+/** 走读女学生总人数 */
|
|
|
|
+studentNotStayFemaleCount?: number;
|
|
|
|
+/** 走读男学生总人数 */
|
|
|
|
+studentNotStayMaleCount?: number;
|
|
|
|
+/** 住校女学生总人数 */
|
|
|
|
+studentStayFemaleCount?: number;
|
|
|
|
+/** 住校男学生总人数 */
|
|
|
|
+studentStayMaleCount?: number;
|
|
|
|
+/** 学生类型占比数据 */
|
|
|
|
+studentTypeList?: ItemCountVo[];
|
|
|
|
+}
|
|
|
|
+
|
|
type StundentFaceProcessPageVo = {
|
|
type StundentFaceProcessPageVo = {
|
|
classCn?: string;
|
|
classCn?: string;
|
|
/** 班级id */
|
|
/** 班级id */
|
|
@@ -15022,6 +15137,23 @@ sortCode?: number;
|
|
subjectGroupCourseList?: SubjectGroupCoursePageVo[];
|
|
subjectGroupCourseList?: SubjectGroupCoursePageVo[];
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type SubscriptionStatisticsDetailVo = {
|
|
|
|
+/** 通过次数 */
|
|
|
|
+adoptCount?: number;
|
|
|
|
+/** 申购次数 */
|
|
|
|
+allCount?: number;
|
|
|
|
+/** 申购类型金额对比数据 */
|
|
|
|
+categoryAmountList?: ItemDoubleVo[];
|
|
|
|
+/** 申购类型次数对比数据 */
|
|
|
|
+categoryCountList?: ItemCountVo[];
|
|
|
|
+/** 部门申购统计数据 */
|
|
|
|
+deptList?: ItemCountAmountVo[];
|
|
|
|
+/** 待审次数 */
|
|
|
|
+pendingCount?: number;
|
|
|
|
+/** 总金额 */
|
|
|
|
+totalAmount?: number;
|
|
|
|
+}
|
|
|
|
+
|
|
type SureBandingTaskDto = {
|
|
type SureBandingTaskDto = {
|
|
/** 任务id */
|
|
/** 任务id */
|
|
bandingTaskId?: string;
|
|
bandingTaskId?: string;
|
|
@@ -15419,6 +15551,19 @@ status?: number;
|
|
userId?: string;
|
|
userId?: string;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type TeacherStatisticsDetailVo = {
|
|
|
|
+/** 年龄占比数据 */
|
|
|
|
+ageList?: ItemCountVo[];
|
|
|
|
+/** 部门统计数据 */
|
|
|
|
+deptList?: ItemCountVo[];
|
|
|
|
+/** 学历占比数据 */
|
|
|
|
+educationList?: ItemCountVo[];
|
|
|
|
+/** 聘用占比数据 */
|
|
|
|
+employList?: ItemCountVo[];
|
|
|
|
+/** 性别占比数据 */
|
|
|
|
+genderList?: ItemCountVo[];
|
|
|
|
+}
|
|
|
|
+
|
|
type TeacherStatisticsPageVo = {
|
|
type TeacherStatisticsPageVo = {
|
|
/** 考勤方式 */
|
|
/** 考勤方式 */
|
|
attendanceMode?: string;
|
|
attendanceMode?: string;
|
|
@@ -19714,12 +19859,18 @@ wfTextbookSubscriptionItemId?: string;
|
|
type UpdateWhitelistManagementDto = {
|
|
type UpdateWhitelistManagementDto = {
|
|
/** 身份证 */
|
|
/** 身份证 */
|
|
credentialNumber?: string;
|
|
credentialNumber?: string;
|
|
|
|
+/** 临时使用结束时间 */
|
|
|
|
+endTime?: string;
|
|
/** 主键编号 */
|
|
/** 主键编号 */
|
|
id?: string;
|
|
id?: string;
|
|
|
|
+/** 是否临时性的(1:是 0:否) */
|
|
|
|
+isTemporary?: number;
|
|
/** 姓名 */
|
|
/** 姓名 */
|
|
name?: string;
|
|
name?: string;
|
|
/** 手机号 */
|
|
/** 手机号 */
|
|
phone?: string;
|
|
phone?: string;
|
|
|
|
+/** 临时使用开始时间 */
|
|
|
|
+startTime?: string;
|
|
/** 用户id */
|
|
/** 用户id */
|
|
userId?: string;
|
|
userId?: string;
|
|
}
|
|
}
|
|
@@ -21000,6 +21151,15 @@ teacherSubscriptionNumberSum?: number;
|
|
wfTextbookSubscriptionItemList?: WfTextbookSubscriptionItemVo[];
|
|
wfTextbookSubscriptionItemList?: WfTextbookSubscriptionItemVo[];
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type WhitelistInfoVo = {
|
|
|
|
+/** 截止日期 */
|
|
|
|
+endTime?: string;
|
|
|
|
+/** 是否临时性的(1:是 0:否) */
|
|
|
|
+isTemporary?: number;
|
|
|
|
+/** 是否存在于白名单中(1:是 0:否) */
|
|
|
|
+whitelistStatus?: number;
|
|
|
|
+}
|
|
|
|
+
|
|
type WhitelistManagementPageVo = {
|
|
type WhitelistManagementPageVo = {
|
|
/** 班级id */
|
|
/** 班级id */
|
|
classId?: string;
|
|
classId?: string;
|