<?php
return [
'labels' => [
'store' => '门店管理',
'Product' => '商品管理',
'product' => '商品管理',
],
'fields' => [
'store_id' => '门店',
'product_sku_id' => '商品',
'status' => '状态',
'amount' => '库存',
'options' => [
];