goods.php 331 B

123456789101112
  1. <?php
  2. return [
  3. 'Title' => 'Title',
  4. 'Price' => 'Price',
  5. 'Img_url' => 'Product images',
  6. 'Status' => 'Status',
  7. 'Createtime' => 'Add time',
  8. 'Updatetime' => 'Update time',
  9. 'Enable' => 'Enable',
  10. 'Off shelf' => 'Off shelf',
  11. ];