田源
2023-10-31 bac99eb3983ed78043e6326ae5fa1f6ff336e4dd
Source/UBCS/ubcs-service-api/ubcs-util-api/src/main/java/com/vci/ubcs/starter/web/pagemodel/Tree.java
@@ -14,6 +14,7 @@
   private static final long serialVersionUID = 6886695271635257882L;
   private String oid;
   private String text;
   private String count;
   private String name;
   private boolean leaf = false;
   private boolean showCheckbox = false;
@@ -37,6 +38,14 @@
      this.setText(text);
   }
   public String getCount() {
      return count;
   }
   public void setCount(String count) {
      this.count = count;
   }
   public String getOid() {
      return this.oid;
   }