ly 1 år sedan
förälder
incheckning
dd03240b8d

+ 10 - 0
master/src/main/java/com/ruoyi/project/plant/domain/TMtMessageattention.java

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