链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
311 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'CouponSetting' => 'CouponSetting',
  5. ],
  6. 'fields' => [
  7. 'name' => '名称',
  8. 'category' => '分类',
  9. 'value' => '值',
  10. 'desc' => '描述',
  11. 'sort' => '排序',
  12. 'status' => '状态',
  13. ],
  14. 'options' => [
  15. ],
  16. ];