- <?php
- /**
- * @copyright Copyright (c) 2017 https://www.sapixx.com All rights reserved.
- * @license Licensed (http://www.apache.org/licenses/LICENSE-2.0).
- * @author pillar<ltmn@qq.com>
- * 应用模型,模型的使用见Thinkphp5.1的在线手册
- */
- namespace app\demo\model;
- use think\Model;
- class DemoHello extends Model{
-
- }
|