generated from ccsens_fe/uni-vue3-template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.4 KiB
85 lines
1.4 KiB
// 机动车检验列表
|
|
export interface IListItem {
|
|
begintime: string
|
|
ccrq: string
|
|
checkjyw: string
|
|
cjfj: string
|
|
ckcc: string
|
|
cllx: string
|
|
clpp: string
|
|
clsbdh: string
|
|
clxh: string
|
|
csys: string
|
|
cwkc: string
|
|
dljg: string
|
|
dlyszh: string
|
|
dpjyzt: string
|
|
dtdpzt: string
|
|
endtime: string
|
|
fdjh: string
|
|
hphm: string // 号牌
|
|
hpzl: string // 号牌种类编码
|
|
jycs: string // 首检 复检 1首检 >1复检
|
|
jyjgbh: string
|
|
jylb: string
|
|
jylsh: string
|
|
jyxm: string // 检验项目
|
|
jyzt: string
|
|
lcbds: string
|
|
lsjyzt: string
|
|
lsjyzt: string
|
|
nqzt: string
|
|
rlzl: string
|
|
sqshzt: string
|
|
syr: string // 所有人
|
|
syxz: string
|
|
uczt: string
|
|
wgjyzt: string
|
|
wkzt: string
|
|
xh: string
|
|
xnjyzt: string
|
|
zbzl: string
|
|
zj: string
|
|
zlzp: string
|
|
zlzpzt: string
|
|
zzl: string
|
|
}
|
|
|
|
// 外检区域返回值
|
|
export interface IOutCheckArea {
|
|
wjqbh: string // 外检区编号
|
|
wjqmc: string // 外检区名称
|
|
}
|
|
|
|
// 引车员
|
|
export interface ICarPerson {
|
|
xm: string
|
|
sfzmhm: string
|
|
}
|
|
|
|
// 检测线
|
|
export interface ICheckLine {
|
|
jczbh: string
|
|
jczmc: string
|
|
jczlb: string
|
|
jcxxh: string
|
|
jcxmc: string
|
|
}
|
|
|
|
// 底盘动态检验区
|
|
export interface IDiPanArea {
|
|
dtdpjyqbh: string
|
|
dtdpjyqmc: string
|
|
}
|
|
|
|
// 地沟
|
|
export interface IDiGou {
|
|
dpjyqbh: string
|
|
dpjyqmc: string
|
|
}
|
|
|
|
// 拍照检验区域
|
|
export interface IPicArea {
|
|
wgjyqbh: string
|
|
wgjyqmc: string
|
|
}
|
|
|