agentGrade.php 244 B

12345678910
  1. <?php
  2. return array(
  3. 'grade_name' => '等级名称',
  4. 'grade_code' => '代理等级',
  5. 'water_ratio'=>'流水分成百分比',
  6. 'profit_ratio'=>'盈利分成百分比',
  7. 'sort'=>'排序',
  8. 'edit'=>'修改',
  9. 'state'=>'状态',
  10. );