api/v1/purchase/purchase.go
@@ -195,7 +195,7 @@ // @Security ApiKeyAuth // @accept application/json // @Produce application/json // @Param data query request.PageInfo true "页码, 每页大小" // @Param data query purchaserequest.PurchaseSearch true "参数" // @Success 200 {object} response.Response{data=response.PageResult,msg=string} "分页获取采购单列表,返回包括列表,总数,页码,每页数量" // @Router /purchase/purchaseList [get] func (e *PurchaseApi) GetPurchaseList(c *gin.Context) {