TS定义类型


export type OrcInsuranceRecordsTypeBarForm = {
  id?: number
  carNumber?: string
  subCompanyId?: string
  remarkDesc?: string
  insuranceVos?: {
    insuranceType?: number
    insuranceBillcode?: string
    insuranceCompany?: string
    insuranceInsuredDate?: any
    insuranceInsuredCost?: number
    insuranceDueDate?: string
  }[]
  attachmentCos?: {
    fileCategory?: string
    fileSuffix?: string
    fileName?: string
    fileSize?: string
    fileUrl?: string
  }[]
}
定义数组对象时   直接定义好对象后在后面加 [ ]  表示为数组 

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/282134.html

(0)
上一篇 2022年8月25日
下一篇 2022年8月25日

相关推荐

发表回复

登录后才能评论