|  | @@ -78,10 +78,10 @@ public class VnoticeUser extends Model<VnoticeUser> {
 | 
												
													
														
															|  |      private LocalDateTime indate;
 |  |      private LocalDateTime indate;
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |      /**
 |  |      /**
 | 
												
													
														
															|  | -     * 文件类型
 |  | 
 | 
												
													
														
															|  | 
 |  | +     * 文件类型0-模具文档,1-零件文档,2-试模验收 3-保养方案 4-模具更新 5-模具报废,2-试模验收 3-保养方案 4-模具更新 5-模具报废
 | 
												
													
														
															|  |       */
 |  |       */
 | 
												
													
														
															|  | -    @TableField("blong_type")
 |  | 
 | 
												
													
														
															|  | -    private Integer blongType;
 |  | 
 | 
												
													
														
															|  | 
 |  | +    @TableField("belong_type")
 | 
												
													
														
															|  | 
 |  | +    private Integer belongType;
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |      public Integer getId() {
 |  |      public Integer getId() {
 | 
												
											
												
													
														
															|  | @@ -164,12 +164,12 @@ public class VnoticeUser extends Model<VnoticeUser> {
 | 
												
													
														
															|  |          this.indate = indate;
 |  |          this.indate = indate;
 | 
												
													
														
															|  |      }
 |  |      }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  | -    public Integer getBlongType() {
 |  | 
 | 
												
													
														
															|  | -        return blongType;
 |  | 
 | 
												
													
														
															|  | 
 |  | +    public Integer getBelongType() {
 | 
												
													
														
															|  | 
 |  | +        return belongType;
 | 
												
													
														
															|  |      }
 |  |      }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  | -    public void setBlongType(Integer blongType) {
 |  | 
 | 
												
													
														
															|  | -        this.blongType = blongType;
 |  | 
 | 
												
													
														
															|  | 
 |  | +    public void setBelongType(Integer belongType) {
 | 
												
													
														
															|  | 
 |  | +        this.belongType = belongType;
 | 
												
													
														
															|  |      }
 |  |      }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |      @Override
 |  |      @Override
 | 
												
											
												
													
														
															|  | @@ -190,7 +190,7 @@ public class VnoticeUser extends Model<VnoticeUser> {
 | 
												
													
														
															|  |          ", refId=" + refId +
 |  |          ", refId=" + refId +
 | 
												
													
														
															|  |          ", content=" + content +
 |  |          ", content=" + content +
 | 
												
													
														
															|  |          ", indate=" + indate +
 |  |          ", indate=" + indate +
 | 
												
													
														
															|  | -        ", blongType=" + blongType +
 |  | 
 | 
												
													
														
															|  | 
 |  | +        ", belongType=" + belongType +
 | 
												
													
														
															|  |          "}";
 |  |          "}";
 | 
												
													
														
															|  |      }
 |  |      }
 | 
												
													
														
															|  |  }
 |  |  }
 |