DiverseYouthNightSchool/application/admin/lang/zh-cn/xilufitness/coach/withdraw.php

18 lines
543 B
PHP

<?php
return [
'Brand_id' => '所属小程序',
'Coach_id' => '所属教练',
'Order_no' => '提现单号',
'Withdraw_price' => '提现金额',
'Withdraw_status' => '状态',
'Deletetime' => '删除时间',
'Updatetime' => '更新时间',
'Createtime' => '创建时间',
'Status_0' => '待审核',
'Status_1' => '审核通过',
'Status_2' => '审核失败',
'Status_3' => '已到账',
'Status_4' => '到账失败',
];