海南旅游SAAS
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.

14 lines
309 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'DepositLog' => '交易金流水',
  5. 'deposit-log' => '交易金流水',
  6. ],
  7. 'fields' => [
  8. 'price' => '变更价格',
  9. 'supplier_id' => '供应商id',
  10. 'type' => '类型 1正常 2 冻结 3消费',
  11. ],
  12. 'options' => [
  13. ],
  14. ];