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
16 lines
393 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuCsWithdraw' => '社区提现',
|
|
'cs_withdraw'=>'提现申请'
|
|
|
|
],
|
|
'fields' => [
|
|
'cs_id' => '关联的社区服务站id',
|
|
'money' => '提现金额',
|
|
'status' => '提现状态 0/1/-1 待审核/已同意/已拒绝',
|
|
'is_pay' => '是否支付到账 0/1 否/是',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|