From ccefd36160c372dc11f4ebb91649f33d34ec2318 Mon Sep 17 00:00:00 2001 From: dubingyan666 Date: Mon, 27 Oct 2025 23:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/models/valuation.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/valuation.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/models/valuation.py b/app/models/valuation.py index 54a0ecc..f27c979 100644 --- a/app/models/valuation.py +++ b/app/models/valuation.py @@ -23,7 +23,6 @@ class ValuationAssessment(Model): inheritor_ages = fields.JSONField(null=True, description="传承人年龄列表") inheritor_age_count = fields.JSONField(null=True, description="非遗传承人年龄水平及数量") inheritor_certificates = fields.JSONField(null=True, description="非遗传承人等级证书") - heritage_level = fields.CharField(max_length=50, null=True, description="非遗等级") heritage_asset_level = fields.CharField(max_length=50, null=True, description="非遗资产等级") patent_application_no = fields.CharField(max_length=100, null=True, description="非遗资产所用专利的申请号") patent_remaining_years = fields.CharField(max_length=50, null=True, description="专利剩余年限") @@ -32,15 +31,10 @@ class ValuationAssessment(Model): pattern_images = fields.JSONField(null=True, description="非遗纹样图片") # 非遗应用与推广 - application_maturity = fields.CharField(max_length=100, null=True, description="非遗资产应用成熟度") implementation_stage = fields.CharField(max_length=100, null=True, description="非遗资产应用成熟度") application_coverage = fields.CharField(max_length=100, null=True, description="非遗资产应用覆盖范围") - coverage_area = fields.CharField(max_length=100, null=True, description="非遗资产应用覆盖范围") cooperation_depth = fields.CharField(max_length=100, null=True, description="非遗资产跨界合作深度") - collaboration_type = fields.CharField(max_length=100, null=True, description="非遗资产跨界合作深度") offline_activities = fields.CharField(max_length=50, null=True, description="近12个月线下相关宣讲活动次数") - offline_teaching_count = fields.IntField(null=True, description="近12个月线下相关演讲活动次数") - online_accounts = fields.JSONField(null=True, description="线上相关宣传账号信息") platform_accounts = fields.JSONField(null=True, description="线上相关宣传账号信息") # 非遗资产衍生商品信息 @@ -50,7 +44,6 @@ class ValuationAssessment(Model): scarcity_level = fields.CharField(max_length=50, null=True, description="稀缺等级") last_market_activity = fields.CharField(max_length=100, null=True, description="该商品最近一次市场活动时间") market_activity_time = fields.CharField(max_length=100, null=True, description="市场活动的时间") - monthly_transaction = fields.CharField(max_length=50, null=True, description="月交易额") monthly_transaction_amount = fields.CharField(max_length=50, null=True, description="月交易额") price_fluctuation = fields.JSONField(null=True, description="该商品近30天价格波动区间") price_range = fields.JSONField(null=True, description="资产商品的价格波动率")