Create.php 134 B

1234567891011121314
  1. <?php
  2. namespace UCore\DcatAdmin\ActionLog;
  3. /**
  4. * 创建日志
  5. *
  6. */
  7. class Create extends BaseLog
  8. {
  9. const TYPE = 'create';
  10. }