增加邮箱配置

This commit is contained in:
2025-05-26 17:34:38 +08:00
parent 92a08c5e6d
commit 68ab7e257b
4 changed files with 332 additions and 130 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace app\admin\model;
use think\Model;
class MailConfig extends Model
{
}