链街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
393 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'LanzuCsWithdraw' => '社区提现',
  5. 'cs_withdraw'=>'提现申请'
  6. ],
  7. 'fields' => [
  8. 'cs_id' => '关联的社区服务站id',
  9. 'money' => '提现金额',
  10. 'status' => '提现状态 0/1/-1 待审核/已同意/已拒绝',
  11. 'is_pay' => '是否支付到账 0/1 否/是',
  12. ],
  13. 'options' => [
  14. ],
  15. ];