cxhxy/app/user/model/Apply.php
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

12 lines
148 B
PHP
Executable File

<?php
namespace app\user\model;
use app\common\model\Apply as ApplyModel;
/**
* 用户认证申请模型
*/
class Apply extends ApplyModel
{
}