智慧保安后台管理项目备份
Administrator
2021-08-31 4a14529e03f5c86a45008650ac644e2370de6d66
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;
}