feat: 联系我们成为分销商

This commit is contained in:
2025-04-21 11:59:11 +08:00
committed by jsasg
parent b15c0c933e
commit e1a2c3f003
11 changed files with 380 additions and 49 deletions

View File

@@ -0,0 +1,15 @@
<?php
declare (strict_types = 1);
namespace app\index\model;
use app\common\model\AgentBaseModel;
/**
* 代理商模型
* @mixin \think\Model
*/
class AgentModel extends AgentBaseModel
{
//
}