11 行
97B

  1. <?php
  2. namespace common\logic;
  3. use yii\db\ActiveQuery;
  4. interface RepositoryQueryInterface
  5. {
  6. }