|  |  | 
 |  |  | @TableName("cust_wait_pakin") | 
 |  |  | public class WaitPakin implements Serializable { | 
 |  |  |  | 
 |  |  |     private static final long serialVersionUID = 1L; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 物料 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "物料") | 
 |  |  |     @ApiModelProperty(value= "商品编号") | 
 |  |  |     private String matnr; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 物料描述 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "物料描述") | 
 |  |  |     @ApiModelProperty(value= "商品名称") | 
 |  |  |     private String maktx; | 
 |  |  |  | 
 |  |  |  | 
 |  |  | 
 |  |  |     /** | 
 |  |  |      * 仓库号 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "物料类别") | 
 |  |  |     @ApiModelProperty(value= "型号") | 
 |  |  |     private String type; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 仓库号 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "颜色") | 
 |  |  |     @ApiModelProperty(value= "条码") | 
 |  |  |     private String color; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 仓库号 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "供应商") | 
 |  |  |     @ApiModelProperty(value= "批号") | 
 |  |  |     private String supplier; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 仓库号 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "仓库") | 
 |  |  |     @ApiModelProperty(value= "单据编号") | 
 |  |  |     private String warehouse; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 仓库号 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "品牌") | 
 |  |  |     @ApiModelProperty(value= "品项数") | 
 |  |  |     private String brand; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  | 
 |  |  |     /** | 
 |  |  |      * 用户ID | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "用户ID") | 
 |  |  |     @ApiModelProperty(value= "客户名称") | 
 |  |  |     private String bname; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value= "库位号") | 
 |  |  | 
 |  |  |         } | 
 |  |  |         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | } |