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

21 lines
622 B
PHP
Raw Normal View History

2024-11-04 10:49:10 +08:00
<?php
return [
'Brand_id' => '所属小程序',
'Coach_id' => '所属教练',
'Title' => '收入来源',
'Is_type' => '类型',
'Data_id' => '所属外建',
'Work_course_id' => '所属排期',
'Cash_type' => '资金类型',
'Cash_price' => '收入金额',
'Updatetime' => '更新时间',
'Createtime' => '创建时间',
'Type_1' => '团课',
'Type_2' => '私教课',
'Type_3' => '活动',
'Type_4' => '提现',
'Add' => '新增',
'Dec' => '减少'
];