Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
b77ffd8b
Commit
b77ffd8b
authored
Jun 27, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
7c9a85ff
bcab8932
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
BusinessInfo.java
.../java/com/dsk/common/core/domain/entity/BusinessInfo.java
+1
-1
BusinessBrowseVo.java
.../main/java/com/dsk/system/domain/vo/BusinessBrowseVo.java
+5
-0
No files found.
dsk-common/src/main/java/com/dsk/common/core/domain/entity/BusinessInfo.java
View file @
b77ffd8b
...
@@ -114,7 +114,7 @@ public class BusinessInfo extends BaseEntity
...
@@ -114,7 +114,7 @@ public class BusinessInfo extends BaseEntity
private
String
customerId
;
private
String
customerId
;
/** 项目状态 */
/** 项目状态 */
@Excel
(
name
=
"项目状态"
)
@Excel
(
name
=
"项目状态
(0.储备中1.跟进中2.已合作)
"
)
private
Integer
status
;
private
Integer
status
;
/** 评标办法 */
/** 评标办法 */
...
...
dsk-system/src/main/java/com/dsk/system/domain/vo/BusinessBrowseVo.java
View file @
b77ffd8b
...
@@ -32,6 +32,11 @@ public class BusinessBrowseVo {
...
@@ -32,6 +32,11 @@ public class BusinessBrowseVo {
*/
*/
private
String
projectCategory
;
private
String
projectCategory
;
/**
* 项目状态(0.储备中1.跟进中2.已合作)
*/
private
Integer
status
;
/**
/**
* 投资估算
* 投资估算
*/
*/
...
...
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