自动化立体仓库 - WCS系统
#
zjj
2025-03-24 d4764bcbb80efc278b7dd35e62112eb4b1335ce9
src/main/java/com/zy/asrs/domain/vo/LocChartPie.java
@@ -10,28 +10,36 @@
    private int oqty;
    private int uqty;
    private int xqty;
   public int getFqty() {
      return fqty;
   }
   public void setFqty(int fqty) {
      this.fqty = fqty;
   }
   public int getOqty() {
      return oqty;
   }
   public void setOqty(int oqty) {
      this.oqty = oqty;
   }
   public int getUqty() {
      return uqty;
   }
   public void setUqty(int uqty) {
      this.uqty = uqty;
   }
   public int getXqty() {
      return xqty;
   }
   public void setXqty(int xqty) {
      this.xqty = xqty;
   }
    public int getFqty() {
        return fqty;
    }
    public void setFqty(int fqty) {
        this.fqty = fqty;
    }
    public int getOqty() {
        return oqty;
    }
    public void setOqty(int oqty) {
        this.oqty = oqty;
    }
    public int getUqty() {
        return uqty;
    }
    public void setUqty(int uqty) {
        this.uqty = uqty;
    }
    public int getXqty() {
        return xqty;
    }
    public void setXqty(int xqty) {
        this.xqty = xqty;
    }
}