12 lines
158 B
PHP
Executable File
12 lines
158 B
PHP
Executable File
<?php
|
|
namespace app\applet\model;
|
|
|
|
use app\common\model\Applet as AppletModel;
|
|
|
|
/**
|
|
* 小程序模型
|
|
*/
|
|
class Applet extends AppletModel
|
|
{
|
|
|
|
} |