自动化立体仓库 - WMS系统
pang.jiabao
2025-02-17 1a77bac582e942b91c03567772039a40fe63c78a
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")