ActionForm.php 145 B

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