router/test/supplier.go
@@ -22,6 +22,7 @@ } { sRouterWithoutRecord.GET("findSupplier", sApi.FindSupplier) // 根据ID获取Supplier sRouterWithoutRecord.GET("getSupplierByNumber/:number", sApi.GetSupplierByNumber) // 用编码查询Supplier sRouterWithoutRecord.GET("getSupplierList", sApi.GetSupplierList) // 获取Supplier列表 } }