finance.php 118 B

12345678
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Income' => '收入',
  5. 'Expend' => '支出',
  6. 'Ctime' => '时间'
  7. ];