自动化立体仓库 - WMS系统
#
zjj
2024-09-23 539d9ffc477d28a23a923b41fdeabc8c37c99ce6
src/main/java/com/zy/asrs/entity/ViewStayTimeBean.java
@@ -44,8 +44,14 @@
   @ApiModelProperty(value= "商品名称")
   private String maktx;
   @ApiModelProperty(value= "序列码")
   @ApiModelProperty(value= "批号")
   private String batch;
   @ApiModelProperty(value= "包号")
   private int package_no;
   @ApiModelProperty(value= "剩余重量")
   private Double weight_anfme;
   @ApiModelProperty(value= "单据编号")
   @TableField("order_no")
@@ -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);