feat: 联系我们

This commit is contained in:
2025-04-18 14:35:35 +08:00
parent 8acfba3a3b
commit e90b8f4b01
14 changed files with 323 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare (strict_types = 1);
namespace app\index\model;
use app\common\model\LeaveMessageBaseModel;
/**
* 联系我们留言模型
* @mixin \think\Model
*/
class LeaveMessageModel extends LeaveMessageBaseModel
{
//
}