自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-26 abf98922f65f1434b9bde62d251cb439189921d1
src/main/java/com/zy/asrs/entity/ViewWorkInBean.java
@@ -23,8 +23,8 @@
   private String bname;      //用户ID
   private String lgnum;       //规格
   private String type;      // 商品类别
   private String mnemonic;   // 助记码
   private String type;      // 物料类别
   private String color;   // 颜色
   private String supplier;   // 供应商
   private String warehouse;   // 仓库
   private String brand;   // 品牌
@@ -142,7 +142,7 @@
      this.bname = bname;
   }
   public String getIo_time() {
      return io_time;
      return io_time.substring(0,19);
   }
   public void setIo_time(String io_time) {
      this.io_time = io_time;