feat: 改变条码格式

This commit is contained in:
caoqianming 2024-10-11 15:28:07 +08:00
parent c524d1b9a5
commit 107818301f
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ class LableMatViewSet(CustomGenericViewSet):
"supplier": mb.supplier
}
)
return Response({"label": f"mat-{obj.id}"})
return Response({"label": f"mat:{obj.id}"})