|  |  | 
 |  |  |     @ApiModelProperty(value= "备注") | 
 |  |  |     private String memo; | 
 |  |  |  | 
 |  |  |     @TableField("pro_type") | 
 |  |  |     private String  proType; | 
 |  |  |     /** | 
 |  |  |      * 订单号 | 
 |  |  |      */ | 
 |  |  |     @TableField("out_order_no") | 
 |  |  |     private String outOrderNo; | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 炉号\客户图号 | 
 |  |  |      */ | 
 |  |  |     @TableField("lu_hao") | 
 |  |  |     private String luHao; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 工单号 | 
 |  |  |      */ | 
 |  |  |     @TableField("pg_no") | 
 |  |  |     private String sPgNO; | 
 |  |  |  | 
 |  |  |     @TableField("i_no") | 
 |  |  |     private String i_no; | 
 |  |  |  | 
 |  |  |     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 getLocNo$(){ | 
 |  |  |         LocMastService service = SpringUtils.getBean(LocMastService.class); | 
 |  |  |         LocMast locMast = service.selectById(this.locNo); | 
 |  |  | 
 |  |  |         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Long getStoreDate() { | 
 |  |  |         if (this.appeTime == null) { | 
 |  |  |             return null;  // 或者返回 -1L、0L,看你的业务逻辑 | 
 |  |  |         } | 
 |  |  |         long timeNow = System.currentTimeMillis(); | 
 |  |  |         long timeCreate = this.appeTime.getTime(); | 
 |  |  |         return (timeNow - timeCreate) / (24 * 60 * 60 * 1000); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     public void sync(Object source) { | 
 |  |  |         Synchro.Copy(source, this); | 
 |  |  |     } |