interface SetObj { carStatus: string | number; carNumber: string; vehicle_waybill_id: string; }

type VerifyTrackPayInfo = { is_need_pay: string | number | undefined; need_pay_fee: string; track_pay_date?: string; wallet_balance: string; carNumber: string; carStatus: string | number; vehicle_waybill_id: string; }

const setObj: SetObj = { ...data, carStatus: WayBillInfo.status, carNumber: WayBillInfo.number_license, vehicle_waybill_id: WayBillInfo.vehicle_waybill_id, }

let setObj = data carStatus WayBillInfostatus carNumber WayBillInfonumber_license vehicle_waybill_id WayBillInfovehicle_waybill_id type VerifyTrackPayI

原文地址: https://www.cveoy.top/t/topic/fifM 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录