zhangqian
2023-11-27 0fe9cf3173776fa4539a0719d45fc3fff3849f4c
router/test/supplier.go
@@ -21,7 +21,8 @@
      sRouter.POST("changeSupplierStatus", sApi.ChangeSupplierStatus) // 更新Supplier状态
   }
   {
      sRouterWithoutRecord.GET("findSupplier", sApi.FindSupplier)       // 根据ID获取Supplier
      sRouterWithoutRecord.GET("getSupplierList", sApi.GetSupplierList) // 获取Supplier列表
      sRouterWithoutRecord.GET("findSupplier", sApi.FindSupplier)                       // 根据ID获取Supplier
      sRouterWithoutRecord.GET("getSupplierByNumber/:number", sApi.GetSupplierByNumber) // 用编码查询Supplier
      sRouterWithoutRecord.GET("getSupplierList", sApi.GetSupplierList)                 // 获取Supplier列表
   }
}