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

13 lines
341 B

  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'Del_flag' => '是否删除',
  5. 'Create_time' => '创建时间',
  6. 'Update_time' => '更新时间',
  7. 'Name' => '收款账单名称',
  8. 'Status' => '收款状态 0:未收款 1:已收款',
  9. 'Order_ids' => '关联的订单',
  10. 'Money' => '金额'
  11. ];