liujiandao
2023-12-02 002539c8dc7eae6e64da1608245be01a889c061c
router/serviceCollectionPlan.go
@@ -12,6 +12,6 @@
      ServiceCollectionPlanRouter.POST("add", ServiceCollectionPlanApi.Add)             // 添加服务合同收款计划
      ServiceCollectionPlanRouter.DELETE("delete/:id", ServiceCollectionPlanApi.Delete) // 删除服务合同收款计划
      ServiceCollectionPlanRouter.PUT("update", ServiceCollectionPlanApi.Update)        // 更新服务合同收款计划
      ServiceCollectionPlanRouter.GET("list", ServiceCollectionPlanApi.List)            // 获取服务合同收款计划列表
      ServiceCollectionPlanRouter.POST("list", ServiceCollectionPlanApi.List)           // 获取服务合同收款计划列表
   }
}