Newer
Older
vue3-front / src / views / measure / price / list_interface.ts
MrTan on 22 Dec 2022 968 bytes 更换折线图和到期提醒
export interface IlistQuery {
  checkType: string
  // model: string
  priceItem: string
  priceName: string
  priceNo: string
  priceType: string
  limit: number
  offset: number
}

export interface IlistType {
  priceNo: string
  priceName: string
  checkType: string
  model: string
  priceType: string
  priceItem: string
  price: string
  operatorDiscountPermission: string
  directorDiscountPermission: string
  priceStandard: string
  createTime: string
}

export interface optionsType {
  id: string
  name: string
  value: string
}

export interface formInlineType {
  checkType: string
  createTime: string
  directorDiscountPermission: string
  historicalPriceList: []
  id: string
  isDel: number
  model: string
  operatorDiscountPermission: string
  price: string
  priceDescription: string
  priceItem: string
  priceLimit: string
  priceName: string
  priceNo: string
  priceStandard: string
  priceType: string
  remark: string
  updateTime: string
}