@@ -21,6 +21,7 @@ public class NotificationVO {
private int isThirdParty;
private int deletedStatus;
private Timestamp createTime;
+ private int year;
public NotificationVO(Notification notification){
BeanUtils.copyProperties(notification, this);
@@ -25,6 +25,7 @@ public class Notification {
private int isChangingCreateTime = 0;
public Notification createNotification(){
@@ -43,4 +43,6 @@ public class NotificationPO implements Serializable {
@Column(name = "N_CREATE_TIME")
+ @Column(name = "N_YEAR")
}
@@ -1,4 +1,4 @@
-server.port: 8090
+server.port: 8092
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver