Commit a38cb377 authored by Nguyen Ha's avatar Nguyen Ha

merges code

parent 37b7a735
......@@ -183,6 +183,7 @@
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<<<<<<< Updated upstream
<dependency>
<groupId>org.modelmapper</groupId>
......@@ -201,6 +202,8 @@
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
</dependency>
=======
>>>>>>> Stashed changes
<dependency>
<groupId>com.cronutils</groupId>
<artifactId>cron-utils</artifactId>
......
......@@ -75,6 +75,7 @@ public class Campaign implements Serializable {
private String dayOfWeek;
@Column(name = "CURRENT_TIME_MODE")
private Long currentTimeMode;
private Long currentTimeModel;
@Column(name = "WRAPUP_TIME_CONNECT")
private Long wrapupTimeConnect;
@Column(name = "WRAPUP_TIME_DISCONNECT")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment