product.js 59 B

1234567
  1. /**
  2. * 定义商品类
  3. * @type {{}}
  4. */
  5. var Product = {
  6. }