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

13 lines
263 B

<?php
return [
'labels' => [
'LanzuMmWithdraw' => '市场经理提现',
],
'fields' => [
'mm_id' => '关联的市场经理id',
'money' => '提现金额',
'status' => '提现状态',
],
'options' => [
],
];