| | |
| | | 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列表 |
| | | } |
| | | } |