feat: Log Util

This commit is contained in:
2024-10-27 21:54:35 +08:00
parent a60c6ea29e
commit 5285dd6972
12 changed files with 320 additions and 13 deletions

View File

@@ -12,7 +12,8 @@ use Hyperf\DbConnection\Model\Model;
* @property string $name
* @property string $remark
* @property int $status
* @property string $create_time
* @property string $create_time
* @property string $update_time
*/
class AdminRole extends Model
{