自动化立体仓库 - WMS系统
#
zjj
6 天以前 4b6e6d95ae6fbbccc4351db366b99fa05288877f
src/main/java/com/zy/asrs/entity/ViewWorkInBean.java
@@ -55,7 +55,7 @@
   @ApiModelProperty(value= "商品名称")
   private String maktx;
   @ApiModelProperty(value= "序列码")
   @ApiModelProperty(value= "批号")
   private String batch;
   @ApiModelProperty(value= "单据编号")
@@ -155,6 +155,10 @@
   @ApiModelProperty(value= "备注")
   private String memo;
   private Integer sta_no;
   private Integer source_sta_no;
   public String getModiUser$(){
      UserService service = SpringUtils.getBean(UserService.class);
      User user = service.selectById(this.modi_user);