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

12 lines
158 B
PHP
Executable File

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