自动化立体仓库 - WMS系统
123
zhang
10 天以前 21d0e7ab9d5c7316225a3e9eecf465cd37c9bd85
src/main/java/com/zy/asrs/entity/LocChartPie.java
@@ -7,14 +7,30 @@
 */
public class LocChartPie {
    private int fqty;
    private int fqty1;
    private int fqty2;
    private int fqty3;
    private int oqty;
    private int oqty1;
    private int oqty2;
    private int oqty3;
    private int uqty;
    private int xqty;
   public int getFqty() {
      return fqty;
   }
   public int getFqty() {return fqty;}
   public void setFqty(int fqty) {
      this.fqty = fqty;
   }
   public int getFqty1() {return fqty1;}
   public void setFqty1(int fqty1) {
      this.fqty1 = fqty1;
   }
   public int getFqty2() {return fqty2;}
   public void setFqty2(int fqty2) {
      this.fqty2 = fqty2;
   }
   public int getFqty3() {return fqty3;}
   public void setFqty3(int fqty3) {
      this.fqty3 = fqty3;
   }
   public int getOqty() {
      return oqty;
@@ -22,6 +38,26 @@
   public void setOqty(int oqty) {
      this.oqty = oqty;
   }
   public int getOqty1() {
      return oqty1;
   }
   public void setOqty1(int oqty1) {
      this.oqty1 = oqty1;
   }
   public int getOqty2() {
      return oqty2;
   }
   public void setOqty2(int oqty2) {
      this.oqty2 = oqty2;
   }
   public int getOqty3() {
      return oqty3;
   }
   public void setOqty3(int oqty3) {
      this.oqty3 = oqty3;
   }
   public int getUqty() {
      return uqty;
   }