* @version : HUOOA 1.0 */ 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; }