酒店预订平台
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.

cf_room_info.php 300 B

3 years ago
123456789101112
  1. <?php
  2. return [
  3. 'Id' => '房型ID',
  4. 'Hotel_id' => '酒店ID',
  5. 'Room_name' => '房型名称',
  6. 'Room_memo' => '房型说明',
  7. 'Room_log' => '日志',
  8. 'Del_flag' => '是否删除',
  9. 'Create_time' => '创建时间',
  10. 'Update_time' => '更新时间'
  11. ];