|
@@ -1,79 +0,0 @@
|
|
|
-const goodTypeDemo = {
|
|
|
- id: "2319",
|
|
|
- spuCode: "SKU2206241104494972",
|
|
|
- good_name: "青汁糯米团",
|
|
|
- companyNo: "GS2203161855277894",
|
|
|
- supplierNo: "QS2206080928329800",
|
|
|
- is_stock: "0",
|
|
|
- craft_desc: "",
|
|
|
- after_sales: "请当配送员面进行货物验收,过后非质量原因无法为您办理退换服务。",
|
|
|
- good_img:
|
|
|
- "http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f - 副本 (2)_20220624110430.png,http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f - 副本_20220624110430.png,http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f_20220624110430.png",
|
|
|
- good_thumb_img:
|
|
|
- "http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f - 副本 (2)_20220624110425.png",
|
|
|
- good_info_img:
|
|
|
- "http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f - 副本_20220624110434.png",
|
|
|
- creater: "泮路萌",
|
|
|
- createrid: "85",
|
|
|
- cat_name: "休闲零食",
|
|
|
- unit_name: "箱",
|
|
|
- status: "0",
|
|
|
- inv_cat_name: "",
|
|
|
- inv_cat_code: "",
|
|
|
- inv_tax: "",
|
|
|
- inv_good_name: "",
|
|
|
- addtime: "2022-06-24 11:04:49",
|
|
|
- updatetime: "2022-06-24 11:05:35",
|
|
|
- companyName: "北京万宇恒通国际科贸有限公司",
|
|
|
- supplierName: "漳州佬食仁电子商务有限公司",
|
|
|
- isZx: ""
|
|
|
-};
|
|
|
-
|
|
|
-const catDemo = {
|
|
|
- id: 3840,
|
|
|
- cat_name: "电化学式分析仪器",
|
|
|
- cat_code: "109060501",
|
|
|
- status: 1,
|
|
|
- addtime: "2022-08-23 11:41:38",
|
|
|
- tax: ["13%"],
|
|
|
- addtax: "",
|
|
|
- sumitem: "否",
|
|
|
- desc: "包括极谱分析仪、电位式分析仪器、电解式分析仪器、电导式分析仪器、电量式分析仪器、滴定仪、湿化学分析仪、溶解氧测定仪、其他电化学式分析仪器",
|
|
|
- short_name: "分析仪器",
|
|
|
- merge_code: "1090605010000000000"
|
|
|
-};
|
|
|
-
|
|
|
-const goodDetailDemo = {
|
|
|
- id: 2319,
|
|
|
- spuCode: "SKU2206241104494972",
|
|
|
- good_name: "青汁糯米团",
|
|
|
- companyNo: "GS2203161855277894",
|
|
|
- supplierNo: "QS2206080928329800",
|
|
|
- is_stock: 0,
|
|
|
- craft_desc: "",
|
|
|
- after_sales: "请当配送员面进行货物验收,过后非质量原因无法为您办理退换服务。",
|
|
|
- good_img:
|
|
|
- "http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f - 副本 (2)_20220624110430.png,http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f - 副本_20220624110430.png,http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f_20220624110430.png",
|
|
|
- good_thumb_img:
|
|
|
- "http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f - 副本 (2)_20220624110425.png",
|
|
|
- good_info_img:
|
|
|
- "http://stock.api.wanyuhengtong.com/storage/topic/20220624/fb48a1a4cf4769c575f495fc459474f - 副本_20220624110434.png",
|
|
|
- creater: "泮路萌",
|
|
|
- createrid: 85,
|
|
|
- cat_name: "休闲零食",
|
|
|
- unit_name: "箱",
|
|
|
- status: 0,
|
|
|
- inv_cat_name: "分析仪器",
|
|
|
- inv_cat_code: "1090605010000000000",
|
|
|
- inv_tax: "13%",
|
|
|
- inv_good_name: "电疗实",
|
|
|
- isZx: 0,
|
|
|
- addtime: "2022-06-24 11:04:49",
|
|
|
- updatetime: "2022-08-24 16:30:18",
|
|
|
- companyName: "北京万宇恒通国际科贸有限公司",
|
|
|
- supplierName: ""
|
|
|
-};
|
|
|
-
|
|
|
-export type IGoodType = typeof goodTypeDemo;
|
|
|
-export type ICateType = typeof catDemo;
|
|
|
-export type IGoodDetail = typeof goodDetailDemo;
|