自动化立体仓库 - WMS系统
lty
15 小时以前 47bf4931fc565cf1104abd5513b7bebfebbcec09
src/main/java/com/zy/asrs/entity/OrderDetlPakin.java
@@ -381,9 +381,23 @@
    @TableField("erp_anfme")
    private Double erpAnfme;
    /**
     * 税率
     */
    @ApiModelProperty(value= "税率")
    @TableField("taxrate")
    private Double taxrate;
    /**
     * 含税单价
     */
    @ApiModelProperty(value= "含税单价")
    @TableField("priceandtax")
    private Double priceandtax;
    public OrderDetlPakin() {}
    public OrderDetlPakin(Long id, Long orderId, String orderNo, Double anfme, Double workQty, 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 manLength, 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 pakinPakoutStatus, Long lineNumber, String standby1, String standby2, String standby3, String boxType1, String boxType2, String boxType3, Double width, Double height, Double erpAnfme) {
    public OrderDetlPakin(Long id, Long orderId, String orderNo, Double anfme, Double workQty, 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 manLength, 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 pakinPakoutStatus, Long lineNumber, String standby1, String standby2, String standby3, String boxType1, String boxType2, String boxType3, Double width, Double height, Double erpAnfme,Double taxrate,Double  priceandtax) {
        this.id = id;
        this.orderId = orderId;
        this.orderNo = orderNo;
@@ -436,6 +450,8 @@
        this.width = width;
        this.height = height;
        this.erpAnfme = erpAnfme;
        this.taxrate = taxrate;
        this.priceandtax = priceandtax;
    }
    public String getOrderId$(){