feat:完善项目

This commit is contained in:
henry
2021-11-10 16:52:25 +08:00
parent 5ffb79b4fa
commit d331a682b7
7 changed files with 364 additions and 5 deletions

View File

@ -153,6 +153,9 @@ func (this *Router) registerAPI() {
manageV1.POST("/material/add", _api.MaterialAdd)
manageV1.POST("/material/edit", _api.MaterialEdit)
manageV1.POST("/material/delete", _api.MaterialDelete)
manageV1.POST("/material/supplier/select", _api.MaterialSupplierSelect)
manageV1.POST("/material/supplier/bind", _api.MaterialSupplierBind)
manageV1.POST("/material/supplier/delete", _api.MaterialSupplierDelete)
}
// Work 工单管理
workV1 := v1.Group("/work")