Skip to content

Commit

Permalink
fix: 添加项目名称字段 --story=121224121
Browse files Browse the repository at this point in the history
  • Loading branch information
guohelu authored and normal-wls committed Jan 7, 2025
1 parent 6252601 commit 8349a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcloud/contrib/template_market/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class FileUploadAddrSerializer(serializers.Serializer):

class TemplateSharedRecordSerializer(serializers.Serializer):
project_code = serializers.CharField(required=True, max_length=32, help_text="项目id")
project_name = serializers.CharField(required=True, help_text="项目名称")
templates = serializers.ListField(required=True, help_text="关联的模板列表")
name = serializers.CharField(required=True, help_text="共享名称")
category = serializers.CharField(required=True, help_text="共享分类")
Expand Down

0 comments on commit 8349a0b

Please sign in to comment.