You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415 |
- <?php
- /*
- * @Author: xiaohai zmhwork@qq.com
- * @Date: 2025-03-17 15:56:14
- * @LastEditors: xiaohai zmhwork@qq.com
- * @LastEditTime: 2025-03-17 15:56:26
- * @FilePath: \opkpm\app\common\model\shop\ShopHkLog.php
- * @Description: 获客记录
- */
-
- namespace app\common\model\shop;
-
- use app\common\basics\Models;
-
- class ShopHkLog extends Models {}
|