酒店预订平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cf_channel_info.php 295 B

3 년 전
3 년 전
3 년 전
1234567891011
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'Channel_name' => '渠道名称',
  5. 'Commission_rate' => '佣金比例',
  6. 'Memo' => '介绍',
  7. 'Del_flag' => '是否删除',
  8. 'Create_time' => '创建时间',
  9. 'Update_time' => '更新时间'
  10. ];