智慧保安后台管理-验收版本
Administrator
2021-09-14 70510d49fc0381d40642857466fa7165d33027e5
src/main/java/org/springblade/modules/information/vo/InformationVO.java
@@ -32,5 +32,8 @@
@ApiModel(value = "InformationVO对象", description = "InformationVO对象")
public class InformationVO extends Information {
   private static final long serialVersionUID = 1L;
   private String znum;
   private String cnum;
   private String pnum;
   private String deptName;
}