酒店预订平台
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_hotel_info.php 522 B

3 years ago
1234567891011121314151617
  1. <?php
  2. return [
  3. 'Id' => '酒店ID',
  4. 'Hotel_name' => '酒店名称',
  5. 'Hotel_phone' => '酒店电话',
  6. 'Country_id' => '国家ID',
  7. 'Country_name' => '国家名称',
  8. 'Province_id' => '省份ID',
  9. 'Province_name' => '省份名称',
  10. 'City_id' => '城市ID',
  11. 'City_name' => '城市名称',
  12. 'Detail_address' => '详细地址',
  13. 'Del_flag' => '是否删除',
  14. 'Create_time' => '创建时间',
  15. 'Update_time' => '更新时间'
  16. ];