|
@@ -21,6 +21,7 @@ public class NotificationVO {
|
|
private int isThirdParty;
|
|
private int isThirdParty;
|
|
private int deletedStatus;
|
|
private int deletedStatus;
|
|
private Timestamp createTime;
|
|
private Timestamp createTime;
|
|
|
|
+ private int year;
|
|
|
|
|
|
public NotificationVO(Notification notification){
|
|
public NotificationVO(Notification notification){
|
|
BeanUtils.copyProperties(notification, this);
|
|
BeanUtils.copyProperties(notification, this);
|