自动化立体仓库 - WMS系统
zjj
2023-09-09 938f981db8389b161199d2099649defd781be664
src/main/java/com/zy/asrs/entity/ViewStayTimeBean.java
@@ -141,6 +141,9 @@
   @ApiModelProperty(value= "添加时间")
   private Date appe_time;
   @ApiModelProperty(value= "添加时间")
   private Date create_time;
   @ApiModelProperty(value= "备注")
   private String memo;
@@ -160,6 +163,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);