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

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