Newer
Older
smart-metering-front / src / views / measure / source / list_interface.ts
MrTan on 22 Dec 2022 1 KB 更换折线图和到期提醒
export interface IlistQuery {
  businessContent: string
  supplierName: string
  supplierNo: string
  logType?: string
  offset: number
  limit: number
}

export interface IlistType {
  businessContent: string
  supplierName: string
  supplierNo: string
  briefName: string
  director: string
  mobile: string
  companyCity: string
  createTime: string
  remark: string
}

export interface IOptions {
  id: string
  areaName: string
}

export interface IformInline {
  businessContent: string
  supplierName: string
  supplierNo: string
  bankAccount: string
  bankAccountNumber: string
  bankName: string
  briefName: string
  businessScope: string
  companyAddress: string
  companyArea: string
  companyCity: string
  companyCountry: string
  companyProvince: string
  createTime: string
  director: string
  id: string
  fax: string
  invoiceAddress: string
  invoiceArea: string
  invoiceCity: string
  invoiceCountry: string
  invoiceProvince: string
  mailbox: string
  minioFileName: string
  mobile: string
  phone: string
  postalCode: string
  remark: string
  taxNumber: string
  website: string
  traceSupplierPersonList: []
}