Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-evaluate
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-evaluate
Commits
0973f8c4
Commit
0973f8c4
authored
May 06, 2020
by
zhiwj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
7958bc9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
40 deletions
+0
-40
EvaluateTagsDTO.java
...i/src/main/java/com/gic/evaluate/dto/EvaluateTagsDTO.java
+0
-40
No files found.
gic-evaluate-api/src/main/java/com/gic/evaluate/dto/EvaluateTagsDTO.java
View file @
0973f8c4
package
com
.
gic
.
evaluate
.
dto
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* @author zhiwj
...
...
@@ -42,25 +41,10 @@ public class EvaluateTagsDTO implements Serializable {
private
String
tagName
;
/**
* 创建时间
*/
private
Date
createTime
;
/**
* 更新时间
*/
private
Date
updateTime
;
/**
* 企业ID
*/
private
Integer
enterpriseId
;
/**
* 状态(0:无效,1:有效)
*/
private
Integer
status
;
public
Integer
getEvaluateTagsId
()
{
return
evaluateTagsId
;
}
...
...
@@ -109,22 +93,6 @@ public class EvaluateTagsDTO implements Serializable {
this
.
tagName
=
tagName
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
void
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
void
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
}
public
Integer
getEnterpriseId
()
{
return
enterpriseId
;
}
...
...
@@ -132,12 +100,4 @@ public class EvaluateTagsDTO implements Serializable {
public
void
setEnterpriseId
(
Integer
enterpriseId
)
{
this
.
enterpriseId
=
enterpriseId
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
void
setStatus
(
Integer
status
)
{
this
.
status
=
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