Newer
Older
smartKitchenFront / mock / productList.js
liuyangyingjie on 26 Oct 2022 919 bytes first commit
const productTabData = [{
    id: 1,
    productmodel: 'cpxh000001',
    productname: '热水器01',
    productbrand: '万家乐',
    producttype: '热水器类',
    internationalcode: 690
  }, {
    id: 2,
    productmodel: 'cpxh000001',
    productname: '热水器01',
    productbrand: '万家乐',
    producttype: '热水器类',
    internationalcode: 690
  }, {
    id: 3,
    productmodel: 'cpxh000001',
    productname: '热水器01',
    productbrand: '万家乐',
    producttype: '热水器类',
    internationalcode: 690
  }, {
    id: 4,
    productmodel: 'cpxh000001',
    productname: '热水器01',
    productbrand: '万家乐',
    producttype: '热水器类',
    internationalcode: 690
  }, {
    id: 5,
    productmodel: 'cpxh000001',
    productname: '热水器01',
    productbrand: '万家乐',
    producttype: '热水器类',
    internationalcode: 690
  }]
  
  export { productTabData }