自动化立体仓库 - WMS系统
zhangchao
2024-11-21 f4214b3e0764ab116fc6975dbbc5bb4fc80f9fcd
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -186,9 +186,9 @@
    private Double length;
    /**
     * 体积
     * 换算率
     */
    @ApiModelProperty(value= "体积")
    @ApiModelProperty(value= "换算率")
    private Double volume;
    /**
@@ -299,6 +299,9 @@
    @TableField("process_sts")
    private Integer processSts;
    @TableField("report_qty")
    private Double reportQty;
    public OrderDetl() {}
    public OrderDetl(Long orderId, String orderNo, Double anfme, Double qty, String matnr, String maktx, String batch, String specs, String model, String color, String brand, String unit, Double price, String sku, Double units, String barcode, String origin, String manu, String manuDate, String itemNum, Double safeQty, Double weight, Double length, Double volume, String threeCode, String supp, String suppCode, Integer beBatch, String deadTime, Integer deadWarn, Integer source, Integer inspect, Integer danger, Integer status, Long createBy, Date createTime, Long updateBy, Date updateTime, String memo,Integer processSts) {