工具工装增加put接口

This commit is contained in:
caoqianming 2021-11-01 15:27:07 +08:00
parent 1ed05259f2
commit e007885ccf
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class OutputMaterialViewSet(CreateUpdateModelAMixin, ModelViewSet):
return OutputMaterialUpdateSerializer
return OutputMaterialSerializer
class OtherMaterialViewSet(CreateUpdateModelAMixin, ListModelMixin, DestroyModelMixin, GenericViewSet):
class OtherMaterialViewSet(CreateUpdateModelAMixin, ListModelMixin, DestroyModelMixin, CreateModelMixin, GenericViewSet):
"""
其他物料-增删改查
"""