zhangqian
2023-08-28 e517b1a99b6edfa24c8cc4e109a6a10488f23b6a
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,5 +22,6 @@
   {
      conRouterWithoutRecord.GET("findContract", conApi.FindContract)       // 根据ID获取Contract
      conRouterWithoutRecord.GET("getContractList", conApi.GetContractList) // 获取Contract列表
      conRouterWithoutRecord.GET("previewContract", conApi.PreviewContract) // 预览Contract
   }
}