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
aa9aa398
Commit
aa9aa398
authored
Nov 15, 2022
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20221115
parent
4d6a5bf8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
apps/inves_manage/view.py
+0
-0
apps/models.py
+2
-0
No files found.
apps/inves_manage/view.py
View file @
aa9aa398
This diff is collapsed.
Click to expand it.
apps/models.py
View file @
aa9aa398
...
@@ -1039,7 +1039,9 @@ class SikuProject(db.Model): # 四库管理-项目信息表
...
@@ -1039,7 +1039,9 @@ class SikuProject(db.Model): # 四库管理-项目信息表
__table_args__
=
({
'comment'
:
'四库管理-项目信息表'
})
# 添加表注释
__table_args__
=
({
'comment'
:
'四库管理-项目信息表'
})
# 添加表注释
# 项目标签
# 项目标签
id
=
db
.
Column
(
db
.
Integer
,
primary_key
=
True
,
autoincrement
=
True
,
comment
=
'主键id'
)
id
=
db
.
Column
(
db
.
Integer
,
primary_key
=
True
,
autoincrement
=
True
,
comment
=
'主键id'
)
flag
=
db
.
Column
(
db
.
Integer
,
comment
=
'1为线索库,2为对接库,3为签约库,4为开工库'
)
is_delete
=
db
.
Column
(
db
.
Integer
,
comment
=
'逻辑删除 1是0否'
)
is_delete
=
db
.
Column
(
db
.
Integer
,
comment
=
'逻辑删除 1是0否'
)
distribute_condition
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'分发情况'
)
distribute_condition
=
db
.
Column
(
db
.
String
(
20
),
comment
=
'分发情况'
)
project_name
=
db
.
Column
(
db
.
String
(
200
),
comment
=
'项目名称'
)
project_name
=
db
.
Column
(
db
.
String
(
200
),
comment
=
'项目名称'
)
investor_name
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'投资方名称'
)
investor_name
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'投资方名称'
)
...
...
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