Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mancheng
Commits
df0cfb8b
Commit
df0cfb8b
authored
Feb 22, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230220
parent
f0d9a39b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
apps/models.py
+5
-2
apps/view_choose/fill_data.py
+0
-0
No files found.
apps/models.py
View file @
df0cfb8b
...
...
@@ -1782,7 +1782,7 @@ class CarrierLand(db.Model):
tax
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'地均税收(万元/亩)'
)
linkman
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'联系人'
)
telephone
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'联系方式'
)
red_line_map
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'用地红线图'
)
price_url
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'用地红线图'
)
other_requirements
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'其他要求'
)
...
...
@@ -1832,7 +1832,9 @@ class CarrierBuild(db.Model):
wuye_money
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'物业费(元/平米/月)'
)
linkman
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'联系人'
)
link_mobile
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'联系方式'
)
build_pic
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'楼宇图片'
)
inside_picture_url
=
db
.
Column
(
db
.
String
(
255
),
comment
=
'内部照片url'
)
outer_picture_url
=
db
.
Column
(
db
.
String
(
255
),
comment
=
'外部照片url'
)
price_url
=
db
.
Column
(
db
.
String
(
255
),
comment
=
'平面图url'
)
# 产业载体-厂房数据
...
...
@@ -1883,6 +1885,7 @@ class CarrierFactory(db.Model):
audit_status
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'审核状态 0为未审核;1为审核通过;2为提交;3为驳回;4未通过;'
)
audit_message
=
db
.
Column
(
db
.
String
(
50
),
comment
=
'审核附言'
)
# 载体资源库-产业地图-各载体类型面积数据表
# class CarrierArea(db.Model):
# __tablename_ = "carrier_area"
...
...
apps/view_choose/fill_data.py
View file @
df0cfb8b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment