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

12 lines
158 B
PHP

<?php
namespace app\applet\model;
use app\common\model\Applet as AppletModel;
/**
* 小程序模型
*/
class Applet extends AppletModel
{
}