| | |
| | | // Add |
| | | // |
| | | // @Tags OrderManage |
| | | // @Summary 添加订单 |
| | | // @Summary 添加工单 |
| | | // @Produce application/json |
| | | // @Param object body request.AddOrderManage true "查询参数" |
| | | // @Success 200 {object} contextx.Response{} |
| | |
| | | // Delete |
| | | // |
| | | // @Tags OrderManage |
| | | // @Summary 删除订单 |
| | | // @Summary 删除工单 |
| | | // @Produce application/json |
| | | // @Param id path int true "查询参数" |
| | | // @Success 200 {object} contextx.Response{} |
| | |
| | | // Update |
| | | // |
| | | // @Tags OrderManage |
| | | // @Summary 更新订单 |
| | | // @Summary 更新工单 |
| | | // @Produce application/json |
| | | // @Param object body request.UpdateOrderManage true "查询参数" |
| | | // @Success 200 {object} contextx.Response{} |
| | |
| | | // List |
| | | // |
| | | // @Tags OrderManage |
| | | // @Summary 订单列表 |
| | | // @Summary 工单列表 |
| | | // @Produce application/json |
| | | // @Success 200 {object} contextx.Response{} |
| | | // @Router /api/orderManage/list [get] |