添加服务逻辑的编辑
接口:
添加服务列表
添加服务详情
添加服务点赞、收藏
This commit is contained in:
2025-12-24 23:03:48 +08:00
parent 49969d813a
commit 16d1adacca
14 changed files with 2145 additions and 321 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\admin\model;
use think\Model;
class Order extends Model
{
protected $name = 'order';
}