Commit 073f6e78 by dong

fix20221202

parent 46e098ec
......@@ -1048,6 +1048,13 @@ class SikuProject(db.Model):
investor_name = db.Column(db.String(30), comment='投资方名称')
investor_district = db.Column(db.String(30), comment='投资方所在地')
project_type = db.Column(db.String(30), comment='项目类型')
industry = db.Column(db.String(20), comment='所属行业-一级产业')
industry2 = db.Column(db.String(20), comment='所属行业-二级产业')
provence = db.Column(db.String(30), comment='投资方省份')
city = db.Column(db.String(30), comment='投资方市')
investment_volume = db.Column(db.Float, comment='总投资额(万元)')
project_year = db.Column(db.Integer, comment='项目年份')
project_info = db.Column(db.String(300), comment='项目基本情况')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment