Skip to content

Commit

Permalink
fix: update sytem resource type slz
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 authored Dec 1, 2022
1 parent 859e4ef commit 2765e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saas/backend/apps/resource/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ class ResourceTypeSLZ(serializers.Serializer):
parents = serializers.ListField(label="上级资源类型", child=serializers.DictField(label="parent"))

class Meta:
ref_name = "SystemResourceTypeSLZ"
ref_name = "SystemResourceTypeSerializer"

0 comments on commit 2765e4f

Please sign in to comment.