|
@@ -71,6 +71,8 @@ public class TMtMessageattention extends BaseEntity
|
|
private Long deptId;
|
|
private Long deptId;
|
|
/** 历史记录 */
|
|
/** 历史记录 */
|
|
private Long isHis;
|
|
private Long isHis;
|
|
|
|
+ /** 是否更新 */
|
|
|
|
+ private Long isNew;
|
|
/** 会议id */
|
|
/** 会议id */
|
|
private Long meetingId;
|
|
private Long meetingId;
|
|
/** 备注 */
|
|
/** 备注 */
|
|
@@ -85,6 +87,14 @@ public class TMtMessageattention extends BaseEntity
|
|
private String isPerson;
|
|
private String isPerson;
|
|
private String position;
|
|
private String position;
|
|
|
|
|
|
|
|
+ public Long getIsNew() {
|
|
|
|
+ return isNew;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setIsNew(Long isNew) {
|
|
|
|
+ this.isNew = isNew;
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getPosition() {
|
|
public String getPosition() {
|
|
return position;
|
|
return position;
|
|
}
|
|
}
|