zhangqian
2024-03-28 c7e82fd1d76b9fb25497d5aba4372bbfe13a8468
router/test/contract.go
@@ -1,8 +1,8 @@
package test
import (
   "github.com/flipped-aurora/gin-vue-admin/server/api/v1"
   "github.com/gin-gonic/gin"
   "srm/api/v1"
)
type ContractRouter struct {
@@ -22,6 +22,5 @@
   {
      conRouterWithoutRecord.GET("findContract", conApi.FindContract)       // 根据ID获取Contract
      conRouterWithoutRecord.GET("getContractList", conApi.GetContractList) // 获取Contract列表
      conRouterWithoutRecord.GET("previewContract", conApi.PreviewContract) // 预览Contract
   }
}