wallet.php 265 B

123456789101112
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Massager_id' => '助教ID',
  5. 'Profit_amount' => '分润金额',
  6. 'Score' => '积分',
  7. 'Createtime' => '创建时间',
  8. 'Updatetime' => '更新时间',
  9. 'Massager.name' => '姓名'
  10. ];