自动化立体仓库 - WMS系统
zhangchao
2024-07-20 48db618606f0f0cafd1ce795f8bf26a0bcec2581
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -54,7 +54,7 @@
    /**
     * 作业数量
     *
     * <p>
     *  入库 : 组托完成,组托档、工作档、入库完成数量
     *  出库 : 工作档、出库完成数量
     */
@@ -64,7 +64,7 @@
    /**
     * 完成数量
     *
     * <p>
     *  入库 : qty 👆
     *  出库 : qty 👆
     */
@@ -295,7 +295,51 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    public OrderDetl() {}
    @TableField("i_no")
    private Integer iNO;
    /**
     * 外部主键
     */
    @TableField("auto_id")
    private Integer autoId;
    @TableField("out_order_no")
    private String outOrderNo;
    /**
     * 炉号\客户图号
     */
    @TableField("lu_hao")
    private String luHao;
    @TableField("ware_id")
    private String wareId;
    @TableField("ware_name")
    private String wareName;
    @TableField("packing")
    private String packing;
    /**
     * 工单号
     */
    @TableField("pg_no")
    private String sPgNO;
    @TableField("temp1")
    private String temp1;
    @TableField("temp2")
    private String temp2;
    @TableField("temp3")
    private String temp3;
    @TableField("pro_type")
    private String proType;
    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) {
        this.orderId = orderId;
@@ -349,7 +393,9 @@
    }
    public String getBeBatch$(){
        if (null == this.beBatch){ return null; }
        if (null == this.beBatch) {
            return null;
        }
        switch (this.beBatch){
            case 1:
                return "是";
@@ -361,7 +407,9 @@
    }
    public String getSource$(){
        if (null == this.source){ return null; }
        if (null == this.source) {
            return null;
        }
        switch (this.source){
            case 1:
                return "制造";
@@ -375,7 +423,9 @@
    }
    public String getInspect$(){
        if (null == this.inspect){ return null; }
        if (null == this.inspect) {
            return null;
        }
        switch (this.inspect){
            case 1:
                return "是";
@@ -387,7 +437,9 @@
    }
    public String getDanger$(){
        if (null == this.danger){ return null; }
        if (null == this.danger) {
            return null;
        }
        switch (this.danger){
            case 1:
                return "是";
@@ -399,7 +451,9 @@
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "正常";