13 lines
153 B
PHP
Executable File
13 lines
153 B
PHP
Executable File
<?php
|
|
namespace app\applet\model;
|
|
|
|
use app\common\model\Apply as ApplyModel;
|
|
|
|
/**
|
|
* 注册认证模型模型
|
|
*/
|
|
class Apply extends ApplyModel
|
|
{
|
|
|
|
}
|