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
954bc3a0
Commit
954bc3a0
authored
Jul 15, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实体添加公式信息字段
parent
195d7af2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
DriveIndDef.java
...obile/indicators/model/entity/indicators/DriveIndDef.java
+2
-0
ScoreRule.java
...obile/indicators/model/entity/objscorerule/ScoreRule.java
+2
-0
IndScorecard.java
...obile/indicators/model/entity/scorecard/IndScorecard.java
+2
-0
No files found.
src/main/java/com/keymobile/indicators/model/entity/indicators/DriveIndDef.java
View file @
954bc3a0
...
@@ -40,4 +40,6 @@ public class DriveIndDef {
...
@@ -40,4 +40,6 @@ public class DriveIndDef {
private
Date
updateTime
;
private
Date
updateTime
;
private
Integer
defStaTime
;
private
Integer
defStaTime
;
private
Integer
defEndTime
;
private
Integer
defEndTime
;
private
String
formulaInfo
;
}
}
src/main/java/com/keymobile/indicators/model/entity/objscorerule/ScoreRule.java
View file @
954bc3a0
...
@@ -38,4 +38,6 @@ public class ScoreRule {
...
@@ -38,4 +38,6 @@ public class ScoreRule {
private
String
lastUpdateTime
=
DateUtils
.
formatDate
(
new
Date
(),
"yyyy-MM-dd HH:mm:ss"
);
private
String
lastUpdateTime
=
DateUtils
.
formatDate
(
new
Date
(),
"yyyy-MM-dd HH:mm:ss"
);
private
String
lastUpdater
;
private
String
lastUpdater
;
private
String
formulaInfo
;
}
}
src/main/java/com/keymobile/indicators/model/entity/scorecard/IndScorecard.java
View file @
954bc3a0
...
@@ -53,4 +53,6 @@ public class IndScorecard {
...
@@ -53,4 +53,6 @@ public class IndScorecard {
private
String
lastUpdateTime
=
DateUtils
.
formatDate
(
new
Date
(),
"yyyy-MM-dd HH:mm:ss"
);
private
String
lastUpdateTime
=
DateUtils
.
formatDate
(
new
Date
(),
"yyyy-MM-dd HH:mm:ss"
);
private
String
lastUpdater
;
private
String
lastUpdater
;
private
String
formulaInfo
;
}
}
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