Files
sentcms/app/model/SeoRule.php
tensent 5c320206fb auth
2020-02-16 10:49:43 +08:00

8 lines
78 B
PHP
Executable File

<?php
namespace app\model;
use think\Model;
class SeoRule extends Model {
}