zhang
2025-06-13 ae54e42cbe354ef5c39954eed2eab18de9504946
src/main/java/com/zy/asrs/domain/dto/WorkChartAxis.java
@@ -13,18 +13,23 @@
   public String getYmd() {
      return ymd;
   }
   public void setYmd(String ymd) {
      this.ymd = ymd;
   }
   public int getInqty() {
      return inqty;
   }
   public void setInqty(int inqty) {
      this.inqty = inqty;
   }
   public int getOutqty() {
      return outqty;
   }
   public void setOutqty(int outqty) {
      this.outqty = outqty;
   }