<?php
namespace common\models\interfaces;
interface IArchiveQueryable
{
public static function getArchiveColumn(): string;
public static function getArchiveValue();
}