116 lines
1.9 KiB
Plaintext
Raw Normal View History

2025-02-12 13:17:00 +08:00
import common from '@ohos.app.ability.common'
2024-02-23 10:03:43 +08:00
export interface User {
sfzmhm: string
xm: string
lsh: string
ksy1: string
2024-08-27 10:14:06 +08:00
ksy2: string
2024-02-23 10:03:43 +08:00
id: string
kszp: string
ksmjzp: string
bz1: string
jxmc: string
kchp: string
kscx: string
ksdd: string
kssycs: string
ksxl: string
ksy1sfzmhm: string
kszt: string
xb: string
xh: string
xldm: string
yycs: string
ksy2sfzmhm: string
2025-01-20 08:50:40 +08:00
kslx?: string
2024-02-23 10:03:43 +08:00
}
2025-01-20 08:50:40 +08:00
2025-02-11 09:09:34 +08:00
2025-01-20 08:50:40 +08:00
export interface VideoConfig {
videoNum?: string,
spls: string
faceFlag: boolean
pztd: string
ljlx?: string
2024-01-05 11:11:15 +08:00
ip1?: string
port1?: string
td1?: string
userName?: string
pwd?: string
ip?: string
port?: string
td2?: string
userName2?: string
pwd2?: string
ip3?: string
port3?: string
td3?: string
userName3?: string
pwd3?: string
ip4?: string
port4?: string
td4?: string
userName4?: string
pwd4?: string
wz?: string
2025-01-20 08:50:40 +08:00
shuiying?: boolean
videoRecord1?: boolean
videoRecord2?: boolean
videoRecord3?: boolean
videoRecord4?: boolean,
text1?: string
text2?: string
text3?: string
dolt?: string,
fontSize?: string
rlls: string,
spzd4: boolean,
spzd3: boolean,
spzd2: boolean,
spzd1: boolean,
zdyz: string,
2024-01-05 11:11:15 +08:00
}
2025-01-20 08:50:40 +08:00
2025-02-11 11:29:19 +08:00
export interface CommonType {
key: string;
2025-02-12 13:17:00 +08:00
}
2025-02-17 14:20:40 +08:00
// 基础信息
2025-02-17 14:20:40 +08:00
export interface BaseInfoType {
hasAuth?: boolean,
version?: string,
judgeVersion?: string,
tcpSendNum?: number,
videoVersion?: string,
ratio?: number,
pathDir?: string,
context?: common.UIAbilityContext,
isJudgeInitBool?: boolean,
deviceNo?: string
2025-02-19 13:24:07 +08:00
}
// 路由参数
export interface RouteParamsType {
sczb?: string;
kfdm?: string;
type?: string;
wayno?: string;
kString?: string;
examItems?: string;
}
// 车辆信息
export interface CarInfoType {
carId?: string;
examinationRoomId?: string;
plateNo?: string;
carNo?: string;
examSubject?: string;
isNeedCheck?: string;
udpAddress?: string
messagePort?: string
}
// TODO
export interface ExaminerInfoType {}