ContinuousTimes.php 189 B

123456789101112131415161718
  1. <?php
  2. namespace App\Module\System\Models;
  3. use App\Models\ModelCore;
  4. /**
  5. * 连续次数判定
  6. *
  7. * field start
  8. * field end
  9. *
  10. */
  11. class ContinuousTimes extends \UCore\ModelCore
  12. {
  13. }