engineering/app/common/model/OperationLog.php
shengchanzhe 5d7af114f8 init
2023-11-08 20:45:32 +08:00

9 lines
78 B
PHP

<?php
namespace app\common\model;
class OperationLog extends BaseModel
{
}