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.
32 lines
772 B
32 lines
772 B
// 登录后返回的用户信息
|
|
export interface IUser {
|
|
bz: string // 新查验
|
|
codeupcount: string
|
|
fzjg: string // '晋D'
|
|
glbm: string // '103'
|
|
gxrq: string // '2021-09-03 17:31:54'
|
|
jczbh: string // '1404000018'
|
|
jyflag: string // '1'
|
|
rylb: string // '04,10'
|
|
sfzmhm: string // '140428199806235635'
|
|
sgzbh: string // 'YD004'
|
|
sgzffdw: string // '山西省质量技术监督局'
|
|
sgzyxqz: string // '2023-09-03 00:00:00'
|
|
shbj: string // '1'
|
|
shyj: string
|
|
syglbm: string // '140400140040'
|
|
userid: string
|
|
xm: string // '康雨'
|
|
yhmm: string
|
|
yhzh: string // 'ydwj001'
|
|
zt: string // '1'
|
|
}
|
|
|
|
// 查询检测站信息返回
|
|
export interface IStationInfo {
|
|
jczbh: string
|
|
jczflag: string
|
|
jczmc: string
|
|
jyjssj: string
|
|
jykssj: string
|
|
}
|
|
|