feat:完善项目
This commit is contained in:
@ -143,11 +143,13 @@ func (this *Router) registerAPI() {
|
||||
{
|
||||
_api := new(api.Manage)
|
||||
manageV1.POST("/equipment", _api.Equipment)
|
||||
manageV1.GET("/equipment/select", _api.EquipmentSelect)
|
||||
manageV1.POST("/equipment/detail", _api.EquipmentDetail)
|
||||
manageV1.POST("/equipment/add", _api.EquipmentAdd)
|
||||
manageV1.POST("/equipment/edit", _api.EquipmentEdit)
|
||||
manageV1.POST("/equipment/delete", _api.EquipmentDelete)
|
||||
manageV1.POST("/material", _api.Material)
|
||||
manageV1.GET("/material/select", _api.MaterialSelect)
|
||||
manageV1.POST("/material/add", _api.MaterialAdd)
|
||||
manageV1.POST("/material/edit", _api.MaterialEdit)
|
||||
manageV1.POST("/material/delete", _api.MaterialDelete)
|
||||
|
Reference in New Issue
Block a user