Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
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
zhangkb
indicators
Commits
41d65e17
Commit
41d65e17
authored
Jun 30, 2020
by
张祺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改任务实体
parent
5f9e352f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
Task.java
...com/keymobile/indicators/model/entity/dataenter/Task.java
+18
-2
No files found.
src/main/java/com/keymobile/indicators/model/entity/dataenter/Task.java
View file @
41d65e17
...
@@ -6,6 +6,7 @@ import lombok.Data;
...
@@ -6,6 +6,7 @@ import lombok.Data;
import
javax.persistence.Id
;
import
javax.persistence.Id
;
import
javax.persistence.Table
;
import
javax.persistence.Table
;
import
javax.persistence.Transient
;
import
javax.persistence.Transient
;
import
java.util.Date
;
import
java.util.List
;
import
java.util.List
;
/**
/**
...
@@ -24,6 +25,11 @@ public class Task extends BaseModel {
...
@@ -24,6 +25,11 @@ public class Task extends BaseModel {
private
String
pId
;
private
String
pId
;
/**
/**
* 是否存在子任务
*/
private
Boolean
hasChildren
;
/**
* 任务规则id
* 任务规则id
*/
*/
private
Integer
ruleId
;
private
Integer
ruleId
;
...
@@ -44,9 +50,19 @@ public class Task extends BaseModel {
...
@@ -44,9 +50,19 @@ public class Task extends BaseModel {
private
String
valueTime
;
private
String
valueTime
;
/**
/**
* 数据截止日期
* 填报数据截止日期
*/
private
Date
endDate
;
/**
* 审核数据截止日期
*/
private
Date
auditEndDate
;
/**
* 审核数据截止日期
*/
*/
private
String
e
ndDate
;
private
Date
summitE
ndDate
;
/**
/**
* 上报人员id,多个用,分割
* 上报人员id,多个用,分割
...
...
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