1234567891011121314151617181920 |
- <?php
- namespace huo\model\agent;
- use huolib\constant\CacheConst;
- class AgentCpaLogSwitchModel extends AgentCpaLogModel {
- protected $name = 'agent_cpa_log_switch';
- protected $cache_key_prefix = CacheConst::CACHE_AGENT_CPA_LOG_SWITCH_PREFIX;
- }
|