Newer
Older
vue3-front / src / views / measure / price / list_interface.ts
MrTan on 12 Dec 2022 464 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
}