自动化立体仓库 - WMS系统
1
ZY
2024-09-25 69c2eb64ab9772df8ac131cb94eeae5c32eb7d74
src/main/java/com/zy/asrs/entity/Pla.java
@@ -69,6 +69,21 @@
    @ExcelProperty(value = "包装号")
    private Integer packageNo;
    //牌号
    @ExcelProperty(value = "关联牌号")
    @TableField("new_brand")
    private String newBrand;
    //批号
    @TableField("new_batch")
    @ExcelProperty(value = "关联批号")
    private String newBatch;
    //包装号
    @TableField("new_package_no")
    @ExcelProperty(value = "关联包装号")
    private Integer newPackageNo;
    //包装号
    @ExcelProperty(value = "生产日期")
    @TableField("pro_date")