15090180611 771460f16d 多样青春夜校
1,课时预约订单更新课时信息(员工端接口)
2,课时预约订单核销完成(员工端接口)
3,课程上新(总后台)
4,课程上新(机构后台)
2024-11-13 19:04:06 +08:00

18 lines
476 B
PHP

<?php
return [
'Name' => '分类名',
'Hot' => '平台热门',
'Hot 0' => '否',
'Hot 1' => '是',
'Status' => '状态',
'Status 1' => '上架',
'Set status to 1'=> '设为上架',
'Status 2' => '下架',
'Set status to 2'=> '设为下架',
'Weigh' => '权重',
'Createtime' => '创建时间',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间'
];