| | |
| | | @Excel(name = "PO单据标识") |
| | | @ApiModelProperty(value= "PO单据标识") |
| | | @ExcelComment(value = "poId", example = "123456698") |
| | | private Long poId; |
| | | private String poId; |
| | | |
| | | /** |
| | | * 单据类型 |
| | |
| | | * 业务类型 |
| | | */ |
| | | @Excel(name = "业务类型") |
| | | @ApiModelProperty("业务类型") |
| | | @ExcelComment(value = "wkType", example = "生产入库") |
| | | @ApiModelProperty(value= "业务类型") |
| | | @ExcelComment(value = "wkType", example = "完工入库单") |
| | | private String wkType; |
| | | |
| | | |
| | | @Excel(name = "执行状态") |
| | | @ApiModelProperty("执行状态") |
| | | @ExcelComment(value = "exceStatus", example = "未执行") |
| | | private Short exceStatus; |
| | | @ApiModelProperty(value= "执行状态") |
| | | @ExcelComment(value = "exceStatus", example = "0") |
| | | private String exceStatus; |
| | | |
| | | @Excel(name = "行号") |
| | | @ExcelComment(value = "platItemId", example = "1357564255478") |
| | | @ApiModelProperty("行号") |
| | | @ExcelComment(value = "platItemId", example = "1357564255478") |
| | | private String platItemId; |
| | | |
| | | |
| | | @Excel(name = "物料编码") |
| | | @ApiModelProperty("物料编码") |
| | | @ExcelComment(value = "matnrCode",example = "102010101545") |
| | | private String matnrCode; |
| | | |
| | | |
| | | @Excel(name = "物料名称") |
| | | @ApiModelProperty("物料名称") |
| | | @ExcelComment(value = "matnk",example = "物料名称") |
| | | private String matnk; |
| | | @ExcelComment(value = "maktx",example = "天瑞019-大A型支架-55飞机轮黑色,三角轮盖喷漆银色 (带攻丝钉)右") |
| | | private String maktx; |
| | | |
| | | |
| | | @Excel(name = "物料规格") |
| | | @ApiModelProperty("物料规格") |
| | | @ExcelComment(value = "maktx",example = "2*3*6") |
| | | private String spec; |
| | | |
| | | |
| | | @Excel(name = "物料型号") |
| | | @ApiModelProperty("物料型号") |
| | | @ExcelComment(value = "maktx",example = "abc") |
| | | private String model; |
| | | |
| | | |
| | | @Excel(name = "数量") |
| | | @ApiModelProperty("数量") |
| | | @ExcelComment(value = "anfme",example = "25") |
| | | private Double anfme; |
| | | private String anfme; |
| | | |
| | | @Excel(name = "库存单位") |
| | | @ApiModelProperty("库存单位") |
| | |
| | | |
| | | @Excel(name = "采购数量") |
| | | @ApiModelProperty("采购数量") |
| | | @ExcelComment(value = "purQty",example = "25") |
| | | private Double purQty; |
| | | @ExcelComment(value = "purQty",example = "0") |
| | | private String purQty; |
| | | |
| | | @Excel(name = "采购单位") |
| | | @ApiModelProperty("采购单位") |
| | |
| | | |
| | | @Excel(name = "已完成数量") |
| | | @ApiModelProperty("已完成数量") |
| | | @ExcelComment(value = "qty",example = "25") |
| | | private Double qty; |
| | | @ExcelComment(value = "qty",example = "0") |
| | | private String qty; |
| | | |
| | | @Excel(name = "供应商编码") |
| | | @ApiModelProperty("供应商编码") |
| | | @ExcelComment(value = "splrCode",example = "3654821") |
| | | @ExcelComment(value = "splrCode",example = "685947") |
| | | private String splrCode; |
| | | |
| | | @Excel(name = "供应商名称") |
| | | @ApiModelProperty("供应商名称") |
| | | @ExcelComment(value = "splrName",example = "浙江中扬技术公司") |
| | | @ExcelComment(value = "splrName",example = "浙江中扬立库技术有限公司") |
| | | private String splrName; |
| | | |
| | | @Excel(name = "供应商批次") |
| | |
| | | @ExcelComment(value = "splrBatch",example = "25251212") |
| | | private String splrBatch; |
| | | |
| | | @Excel(name = "二维码") |
| | | @ApiModelProperty("二维码") |
| | | @ExcelComment(value = "qrcode",example = "") |
| | | private String qrcode; |
| | | // @Excel(name = "二维码") |
| | | // @ApiModelProperty("二维码") |
| | | // @ExcelComment(value = "qrcode",example = "") |
| | | // private String qrcode; |
| | | |
| | | @Excel(name = "条形码") |
| | | @ApiModelProperty("条形码") |
| | | @ExcelComment(value = "barcode",example = "2354788") |
| | | @ExcelComment(value = "barcode",example = "") |
| | | private String barcode; |
| | | |
| | | @Excel(name = "跟踪码") |
| | | @ApiModelProperty("跟踪码") |
| | | @ExcelComment(value = "trackCode",example = "") |
| | | private String trackCode; |
| | | |
| | | @Excel(name = "包装名称") |
| | | @ApiModelProperty("包装名称") |
| | | @ExcelComment(value = "packName",example = "箱") |