|  |  | 
 |  |  | package com.zy.asrs.entity; | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableField; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableName; | 
 |  |  | import com.core.common.Cools; | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import com.zy.system.entity.User; | 
 |  |  | 
 |  |  |  * @author admin | 
 |  |  |  * @date 2018年11月26日 | 
 |  |  |  */ | 
 |  |  | @TableName("asr_wrkin_view") | 
 |  |  | @Data | 
 |  |  | public class ViewWorkInBean { | 
 |  |  |  | 
 |  |  | 
 |  |  |    @ApiModelProperty(value= "商品名称") | 
 |  |  |    private String maktx; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value= "序列码") | 
 |  |  |    @ApiModelProperty(value= "批号") | 
 |  |  |    private String batch; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value= "单据编号") | 
 |  |  | 
 |  |  |    @ApiModelProperty(value= "备注") | 
 |  |  |    private String memo; | 
 |  |  |  | 
 |  |  |    /** | 
 |  |  |     * 订单号 | 
 |  |  |     */ | 
 |  |  |    @TableField("out_order_no") | 
 |  |  |    private String outOrderNo; | 
 |  |  |  | 
 |  |  |    /** | 
 |  |  |     * 炉号\客户图号 | 
 |  |  |     */ | 
 |  |  |    @TableField("lu_hao") | 
 |  |  |    private String luHao; | 
 |  |  |  | 
 |  |  |    /** | 
 |  |  |     * 工单号 | 
 |  |  |     */ | 
 |  |  |    @TableField("pg_no") | 
 |  |  |    private String sPgNO; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |    private String temp1; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |    private String temp2; | 
 |  |  |  | 
 |  |  |    private String temp3; | 
 |  |  |  | 
 |  |  |    @TableField("i_no") | 
 |  |  |    private Integer iNo; | 
 |  |  |  | 
 |  |  |    @TableField("packing") | 
 |  |  |    private String packing; | 
 |  |  |  | 
 |  |  |    @TableField("ware_id") | 
 |  |  |    private String wareId; | 
 |  |  |  | 
 |  |  |    @TableField("ware_name") | 
 |  |  |    private String wareName; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |    public String getModiUser$(){ | 
 |  |  |       UserService service = SpringUtils.getBean(UserService.class); | 
 |  |  |       User user = service.selectById(this.modi_user); |