15 lines
351 B
PHP
15 lines
351 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Lable_name' => '标签名称',
|
||
|
'Lable_type' => '标签类型',
|
||
|
'Weigh' => '排序',
|
||
|
'Status' => '状态',
|
||
|
'Updatetime' => '更新时间',
|
||
|
'Createtime' => '创建时间',
|
||
|
'Course' => '课程',
|
||
|
'Coach' => '教练',
|
||
|
'Camp' => '活动',
|
||
|
'Brand_id' => '所属小程序'
|
||
|
];
|