Administrator
2021-08-19 6bd7ffcfcb0b5fb8dd1a5e95e78b07d9bb161f19
src/main/java/org/springblade/modules/information/vo/InformationVO.java
@@ -31,6 +31,14 @@
@EqualsAndHashCode(callSuper = true)
@ApiModel(value = "InformationVO对象", description = "InformationVO对象")
public class InformationVO extends Information {
   private static final long serialVersionUID = 1L;
   /**
    * 单位名称
    */
   private String deptName;
}