|  | @@ -249,6 +249,41 @@ public class SyPackingListFabricItem implements Serializable {
 | 
											
												
													
														|  |  	@ApiModelProperty(value = "申报要素ID")
 |  |  	@ApiModelProperty(value = "申报要素ID")
 | 
											
												
													
														|  |  	private String elementsId;
 |  |  	private String elementsId;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +	//体积,总价
 | 
											
												
													
														|  | 
 |  | +	/**预发货日期*/
 | 
											
												
													
														|  | 
 |  | +	@Excel(name = "预发货日期", width = 20, format = "yyyy-MM-dd")
 | 
											
												
													
														|  | 
 |  | +	@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
 | 
											
												
													
														|  | 
 |  | +	@DateTimeFormat(pattern="yyyy-MM-dd")
 | 
											
												
													
														|  | 
 |  | +	@ApiModelProperty(value = "预发货日期")
 | 
											
												
													
														|  | 
 |  | +	private java.util.Date preDeliveryDate;
 | 
											
												
													
														|  | 
 |  | +	/**小po*/
 | 
											
												
													
														|  | 
 |  | +	@Excel(name = "小po", width = 15)
 | 
											
												
													
														|  | 
 |  | +	@ApiModelProperty(value = "小po")
 | 
											
												
													
														|  | 
 |  | +	private java.lang.String smallPo;
 | 
											
												
													
														|  | 
 |  | +	/**分销点*/
 | 
											
												
													
														|  | 
 |  | +	@Excel(name = "分销点", width = 15)
 | 
											
												
													
														|  | 
 |  | +	@ApiModelProperty(value = "分销点")
 | 
											
												
													
														|  | 
 |  | +	private String distributionPoint;
 | 
											
												
													
														|  | 
 |  | +	/**采购/委外订单号*/
 | 
											
												
													
														|  | 
 |  | +	@Excel(name = "采购/委外订单号", width = 15)
 | 
											
												
													
														|  | 
 |  | +	@ApiModelProperty(value = "采购/委外订单号")
 | 
											
												
													
														|  | 
 |  | +	private String purOrSubOrder;
 | 
											
												
													
														|  | 
 |  | +	/**订单类型*/
 | 
											
												
													
														|  | 
 |  | +	@Excel(name = "订单类型", width = 15)
 | 
											
												
													
														|  | 
 |  | +	@ApiModelProperty(value = "订单类型")
 | 
											
												
													
														|  | 
 |  | +	private String orderType;
 | 
											
												
													
														|  | 
 |  | +	/**工厂单价*/
 | 
											
												
													
														|  | 
 |  | +	@Excel(name = "工厂单价", width = 15)
 | 
											
												
													
														|  | 
 |  | +	@ApiModelProperty(value = "工厂单价")
 | 
											
												
													
														|  | 
 |  | +	private String factoryUnitPrice;
 | 
											
												
													
														|  | 
 |  | +	/**总体积*/
 | 
											
												
													
														|  | 
 |  | +	@Excel(name = "总体积", width = 15)
 | 
											
												
													
														|  | 
 |  | +	@ApiModelProperty(value = "总体积")
 | 
											
												
													
														|  | 
 |  | +	private java.math.BigDecimal totalVolume;
 | 
											
												
													
														|  | 
 |  | +	/**总价*/
 | 
											
												
													
														|  | 
 |  | +	@Excel(name = "总价", width = 15)
 | 
											
												
													
														|  | 
 |  | +	@ApiModelProperty(value = "总价")
 | 
											
												
													
														|  | 
 |  | +	private java.math.BigDecimal totalPrice;
 | 
											
												
													
														|  |  	/**业务部门(销售部门)*/
 |  |  	/**业务部门(销售部门)*/
 | 
											
												
													
														|  |  	//@Excel(name = "业务部门(销售部门)", width = 15)
 |  |  	//@Excel(name = "业务部门(销售部门)", width = 15)
 | 
											
												
													
														|  |  	@ApiModelProperty(value = "业务部门(销售部门)")
 |  |  	@ApiModelProperty(value = "业务部门(销售部门)")
 |