|
|
|
@ -11,29 +11,24 @@ import java.util.Date;
|
|
|
|
|
@Data
|
|
|
|
|
public class IoSplitInvViewResponse {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 出库数量
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "剩余数量", index = 6)
|
|
|
|
|
@ExcelProperty(value = "区域编码", index = 0)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
private Integer reCount;
|
|
|
|
|
private Integer freightRow;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 出货槽编码
|
|
|
|
|
*/
|
|
|
|
|
@ExcelProperty(value = "出货槽编码", index = 1)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
private String workPlaceQueueCode;
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "产品通用名", index = 3)
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "出货槽名称", index = 2)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
private String cpmctymc;
|
|
|
|
|
private String workPlaceQueueCodeName;
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "规格型号", index = 5)
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "产品通用名", index = 3)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
private String ggxh;
|
|
|
|
|
private String cpmctymc;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "产品标识", index = 4)
|
|
|
|
@ -41,17 +36,20 @@ public class IoSplitInvViewResponse {
|
|
|
|
|
private String nameCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "区域编码", index = 0)
|
|
|
|
|
@ExcelProperty(value = "规格型号", index = 5)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
private Integer row;
|
|
|
|
|
private String ggxh;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "剩余数量", index = 6)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
private Integer reCount;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "最大存药数量", index = 7)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
private Integer maxDrugCount;
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "出货槽名称", index = 2)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
private String workPlaceQueueCodeName;
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "推荐上货数量", index = 8)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|