Edit.php 130 B

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