tmp
wangpengfei
2023-07-27 03ef0fb2193762f8141821b3552e98dd15a3cbc5
api/v1/serviceContract.go
@@ -154,8 +154,8 @@
//   @Tags      ServiceContract
//   @Summary   生成计划列表
//   @Produce   application/json
//   @Param      object   body      request.GetServiceContractList               true   "参数"
//   @Success   200   {object}   contextx.Response{data=response.ServiceContractsResponse}
//   @Param      object   body      request.GetServiceContractList   true   "参数"
//   @Success   200      {object}   contextx.Response{data=response.ServiceContractsResponse}
//   @Router      /api/serviceContract/list [post]
func (con *ServiceContractApi) List(c *gin.Context) {
   var params request.GetServiceContractList