Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
service-campaign
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyen Ha
service-campaign
Commits
a38cb377
Commit
a38cb377
authored
Aug 09, 2019
by
Nguyen Ha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merges code
parent
37b7a735
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
pom.xml
pom.xml
+3
-0
src/main/java/com/viettel/campaign/model/Campaign.java
src/main/java/com/viettel/campaign/model/Campaign.java
+1
-0
No files found.
pom.xml
View file @
a38cb377
...
@@ -183,6 +183,7 @@
...
@@ -183,6 +183,7 @@
<groupId>
joda-time
</groupId>
<groupId>
joda-time
</groupId>
<artifactId>
joda-time
</artifactId>
<artifactId>
joda-time
</artifactId>
</dependency>
</dependency>
<<<<<<
< Updated
upstream
<dependency
>
<dependency
>
<groupId>
org.modelmapper
</groupId>
<groupId>
org.modelmapper
</groupId>
...
@@ -201,6 +202,8 @@
...
@@ -201,6 +202,8 @@
<artifactId>
poi-ooxml
</artifactId>
<artifactId>
poi-ooxml
</artifactId>
<version>
3.17
</version>
<version>
3.17
</version>
</dependency>
</dependency>
=======
>>>>>>> Stashed changes
<dependency>
<dependency>
<groupId>
com.cronutils
</groupId>
<groupId>
com.cronutils
</groupId>
<artifactId>
cron-utils
</artifactId>
<artifactId>
cron-utils
</artifactId>
...
...
src/main/java/com/viettel/campaign/model/Campaign.java
View file @
a38cb377
...
@@ -75,6 +75,7 @@ public class Campaign implements Serializable {
...
@@ -75,6 +75,7 @@ public class Campaign implements Serializable {
private
String
dayOfWeek
;
private
String
dayOfWeek
;
@Column
(
name
=
"CURRENT_TIME_MODE"
)
@Column
(
name
=
"CURRENT_TIME_MODE"
)
private
Long
currentTimeMode
;
private
Long
currentTimeMode
;
private
Long
currentTimeModel
;
@Column
(
name
=
"WRAPUP_TIME_CONNECT"
)
@Column
(
name
=
"WRAPUP_TIME_CONNECT"
)
private
Long
wrapupTimeConnect
;
private
Long
wrapupTimeConnect
;
@Column
(
name
=
"WRAPUP_TIME_DISCONNECT"
)
@Column
(
name
=
"WRAPUP_TIME_DISCONNECT"
)
...
...
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