zhangqian
2023-08-02 6e9274c27ffc8fe7f41e2c3c06a239d4c3fb09e5
api/v1/serviceContract.go
@@ -150,12 +150,12 @@
// List
//
//   @Tags      ServiceContract
//   @Summary   生成计划列表
//   @Produce   application/json
//   @Param      object   body      request.GetServiceContractList   true   "参数"
//   @Success   200      {object}   contextx.Response{data=response.ServiceContractsResponse}
//   @Router      /api/serviceContract/list [post]
// @Tags      ServiceContract
// @Summary   生成计划列表
// @Produce   application/json
// @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
   ctx, ok := contextx.NewContext(c, &params)