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