InterfaceLog.php 94 B

123456789
  1. <?php
  2. namespace UCore\DcatAdmin\ActionLog;
  3. interface InterfaceLog
  4. {
  5. const TYPE = '';
  6. }