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
14 lines
309 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuMmWithdraw' => '市场经理提现',
|
|
'mm_withdraw' => '市场经理提现'
|
|
],
|
|
'fields' => [
|
|
'mm_id' => '关联的市场经理id',
|
|
'money' => '提现金额',
|
|
'status' => '提现状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|