cxhxy/app/applet/model/Apply.php
2023-11-21 15:14:59 +08:00

13 lines
153 B
PHP

<?php
namespace app\applet\model;
use app\common\model\Apply as ApplyModel;
/**
* 注册认证模型模型
*/
class Apply extends ApplyModel
{
}