<?php namespace UCore\DcatAdmin\ActionLog; /** * 编辑日志 * */ class ActionForm extends BaseLog { const TYPE = 'action_form'; }