|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "供应商") | 
|---|
|  |  |  | @ExcelColumn(name="供应商") | 
|---|
|  |  |  | private String inRepertotyCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "收货地") | 
|---|
|  |  |  | @ExcelColumn(name="收货地") | 
|---|
|  |  |  | private String repertotyAddress; | 
|---|
|  |  |  | @ApiModelProperty(value = "计划收货数量", example = "1") | 
|---|
|  |  |  | @ExcelColumn(name="计划收货数量") | 
|---|
|  |  |  | private BigDecimal ioQty; | 
|---|
|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "月分组名称" ,hidden = true) | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private String groupName ; | 
|---|
|  |  |  | @ApiModelProperty(value = "月分组编码" ,hidden = true) | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Integer groupId ; | 
|---|
|  |  |  | @ApiModelProperty(value = "作业完成时间(最终时间)") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private Date doneDate; | 
|---|
|  |  |  | @ApiModelProperty(value = "承运单号", example = "1") | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private String carryBillCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "合同号`") | 
|---|
|  |  |  | @ExcelColumn(name="合同号`") | 
|---|
|  |  |  | private String contractNum; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|