TimestampBehavior::class ] ]; } /** * @inheritdoc */ public function rules() { return [ [['id', 'share_holder_id', 'status', 'user_id', 'is_delete', 'created_at', 'updated_at', 'store_id', 'apply_time', 'agent_type', 'province_id', 'city_id', 'district_id'], 'integer'], [['params'], 'string'], [['created_at', 'updated_at', 'apply_time'], 'safe'] ]; } }