123456789101112131415161718 |
- <?php
- /**
- * DayModel.php UTF-8
- * 切量每日数据
- *
- * @date : 2018/2/6 23:16
- *
- * @license 这不是一个自由软件,未经授权不许任何使用和传播。
- * @author : chenbingling <cbl@huosdk.com>
- * @version : HUOSDK 8.0
- */
- namespace huoAgentSwitch\model;
- use huo\model\data\DayBaseModel;
- class DaySwitchModel extends DayBaseModel {
- protected $name = 'day_switch';
- }
|