ContinuousTimes.php 260 B

1234567891011121314151617181920
  1. <?php
  2. namespace App\Module\System\Models;
  3. use UCore\ModelCore;
  4. /**
  5. * 连续次数判定
  6. *
  7. * field start
  8. * field end
  9. *
  10. */
  11. class ContinuousTimes extends \UCore\ModelCore
  12. {
  13. // attrlist start
  14. protected $fillable = [
  15. ];
  16. // attrlist end
  17. }