自动化立体仓库 - WMS系统
#
zjj
2024-09-23 f3774256f97528a1e23cea014a9816df263be8fe
src/main/java/com/zy/asrs/entity/ViewStayTimeBean.java
@@ -47,6 +47,12 @@
   @ApiModelProperty(value= "批号")
   private String batch;
   @ApiModelProperty(value= "包号")
   private int package_no;
   @ApiModelProperty(value= "剩余重量")
   private Double weight_anfme;
   @ApiModelProperty(value= "单据编号")
   @TableField("order_no")
   private String orderNo;
@@ -141,6 +147,9 @@
   @ApiModelProperty(value= "添加时间")
   private Date appe_time;
   @ApiModelProperty(value= "添加时间")
   private Date create_time;
   @ApiModelProperty(value= "备注")
   private String memo;
@@ -160,6 +169,13 @@
      return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.modi_time);
   }
   public String getCreateTime$(){
      if (Cools.isEmpty(this.create_time)){
         return "";
      }
      return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.create_time);
   }
   public String getAppeUser$(){
      UserService service = SpringUtils.getBean(UserService.class);
      User user = service.selectById(this.appe_user);