链街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.

14 lines
309 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuMmWithdraw' => '市场经理提现',
  5. 'mm_withdraw' => '市场经理提现'
  6. ],
  7. 'fields' => [
  8. 'mm_id' => '关联的市场经理id',
  9. 'money' => '提现金额',
  10. 'status' => '提现状态',
  11. ],
  12. 'options' => [
  13. ],
  14. ];