add
wangpengfei
2023-07-21 54f4078e9462871995cf4b241df217b18cdd6e08
api/v1/orderManage.go
@@ -15,7 +15,7 @@
// Add
//
//   @Tags      OrderManage
//   @Summary   添加订单
//   @Summary   添加工单
//   @Produce   application/json
//   @Param      object   body      request.AddOrderManage   true   "查询参数"
//   @Success   200      {object}   contextx.Response{}
@@ -45,7 +45,7 @@
// Delete
//
//   @Tags      OrderManage
//   @Summary   删除订单
//   @Summary   删除工单
//   @Produce   application/json
//   @Param      id   path      int   true   "查询参数"
//   @Success   200   {object}   contextx.Response{}
@@ -69,7 +69,7 @@
// Update
//
//   @Tags      OrderManage
//   @Summary   更新订单
//   @Summary   更新工单
//   @Produce   application/json
//   @Param      object   body      request.UpdateOrderManage   true   "查询参数"
//   @Success   200      {object}   contextx.Response{}
@@ -101,7 +101,7 @@
// List
//
//   @Tags      OrderManage
//   @Summary   订单列表
//   @Summary   工单列表
//   @Produce   application/json
//   @Success   200   {object}   contextx.Response{}
//   @Router      /api/orderManage/list [get]