DayAgentSwitchModel.php 366 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * DayAgentSwitchModel.php UTF-8
  4. *
  5. *
  6. * @date : 2017/12/18 11:41
  7. *
  8. * @license 这不是一个自由软件,未经授权不许任何使用和传播。
  9. * @author : liguanglong <lgl@huosdk.com>
  10. * @version : HUOSDK 8.0
  11. */
  12. namespace huo\model\data;
  13. class DayAgentSwitchModel extends DayAgentModel {
  14. protected $table = 'dw_day_agent_switch';
  15. }