zhangqian
2023-11-27 0fe9cf3173776fa4539a0719d45fc3fff3849f4c
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列表
   }
}