|
@@ -30,6 +30,7 @@ public class SyPreAssembledPackingList implements Serializable {
|
|
|
|
|
|
/**主键id*/
|
|
|
@TableId(type = IdType.ASSIGN_ID)
|
|
|
+ @Excel(name="id")
|
|
|
@ApiModelProperty(value = "主键id")
|
|
|
private String id;
|
|
|
@Excel(name = "单据号", width = 35)
|
|
@@ -49,16 +50,16 @@ public class SyPreAssembledPackingList implements Serializable {
|
|
|
@ApiModelProperty(value = "订单号")
|
|
|
private String orderNumber;
|
|
|
/**款号*/
|
|
|
- @Excel(name = "款号", width = 25,groupName = "主表信息")
|
|
|
+ //@Excel(name = "款号", width = 25,groupName = "主表信息")
|
|
|
@ApiModelProperty(value = "款号")
|
|
|
private String itemNumber;
|
|
|
/**品名*/
|
|
|
- @Excel(name = "品名", width = 35,groupName = "主表信息")
|
|
|
+ //@Excel(name = "品名", width = 35,groupName = "主表信息")
|
|
|
@ApiModelProperty(value = "品名")
|
|
|
private String productName;
|
|
|
/**品名*/
|
|
|
@TableField(exist = false)
|
|
|
- @Excel(name = "英文品名", width = 35,groupName = "主表信息")
|
|
|
+ //@Excel(name = "英文品名", width = 35,groupName = "主表信息")
|
|
|
@ApiModelProperty(value = "英文品名")
|
|
|
private String englishProductName;
|
|
|
/**尺码范围*/
|
|
@@ -66,7 +67,7 @@ public class SyPreAssembledPackingList implements Serializable {
|
|
|
@ApiModelProperty(value = "尺码范围")
|
|
|
private String sizeRange;
|
|
|
/**客户*/
|
|
|
- @Excel(name = "客户", width = 25,needMerge = true,groupName = "主表信息")
|
|
|
+ //@Excel(name = "客户", width = 25,needMerge = true,groupName = "主表信息")
|
|
|
@ApiModelProperty(value = "客户")
|
|
|
private String customer;
|
|
|
/**客户简称*/
|
|
@@ -96,19 +97,19 @@ public class SyPreAssembledPackingList implements Serializable {
|
|
|
@ApiModelProperty(value = "总件数")
|
|
|
private java.math.BigDecimal total;
|
|
|
/**总净重*/
|
|
|
- @Excel(name = "总净重", width = 15)
|
|
|
+ //@Excel(name = "总净重", width = 15)
|
|
|
@ApiModelProperty(value = "总净重")
|
|
|
private java.math.BigDecimal totalNetWeight;
|
|
|
/**总毛重*/
|
|
|
- @Excel(name = "总毛重", width = 15)
|
|
|
+ //@Excel(name = "总毛重", width = 15)
|
|
|
@ApiModelProperty(value = "总毛重")
|
|
|
private java.math.BigDecimal totalGrossWeight;
|
|
|
/**总体积*/
|
|
|
- @Excel(name = "总体积", width = 15)
|
|
|
+ //@Excel(name = "总体积", width = 15)
|
|
|
@ApiModelProperty(value = "总体积")
|
|
|
private java.math.BigDecimal totalVolume;
|
|
|
/**总价*/
|
|
|
- @Excel(name = "总价", width = 15)
|
|
|
+ //@Excel(name = "总价", width = 15)
|
|
|
@ApiModelProperty(value = "总价")
|
|
|
private java.math.BigDecimal totalPrice;
|
|
|
/**总净重*//*
|
|
@@ -173,22 +174,22 @@ public class SyPreAssembledPackingList implements Serializable {
|
|
|
private String spurOrSubOrder;
|
|
|
|
|
|
/**业务类型*/
|
|
|
- @Excel(name = "业务类型", width = 15)
|
|
|
+ //@Excel(name = "业务类型", width = 15)
|
|
|
@ApiModelProperty(value = "业务类型")
|
|
|
private java.lang.String businessTypeValue;
|
|
|
|
|
|
/**业务员*/
|
|
|
- @Excel(name = "业务员", width = 15)
|
|
|
+ //@Excel(name = "业务员", width = 15)
|
|
|
@ApiModelProperty(value = "业务员")
|
|
|
private java.lang.String salesman;
|
|
|
|
|
|
/**业务部门(销售部门)*/
|
|
|
- @Excel(name = "业务部门(销售部门)", width = 15)
|
|
|
+ //@Excel(name = "业务部门(销售部门)", width = 15)
|
|
|
@ApiModelProperty(value = "业务部门(销售部门)")
|
|
|
private java.lang.String salesDepartment;
|
|
|
|
|
|
/**是否被参照(0:无,1:被预托书参照,2:被装箱单参照)*/
|
|
|
- @Excel(name = "是否被参照(0:无,1:被预托书参照,2:被装箱单参照)", width = 15)
|
|
|
+ //@Excel(name = "是否被参照(0:无,1:被预托书参照,2:被装箱单参照)", width = 15)
|
|
|
@ApiModelProperty(value = "是否被参照(0:无,1:被预托书参照,2:被装箱单参照)")
|
|
|
private Integer isReference;
|
|
|
|