12 lines
148 B
PHP
Executable File
12 lines
148 B
PHP
Executable File
<?php
|
|
namespace app\user\model;
|
|
|
|
use app\common\model\Apply as ApplyModel;
|
|
|
|
/**
|
|
* 用户认证申请模型
|
|
*/
|
|
class Apply extends ApplyModel
|
|
{
|
|
|
|
} |