| | |
| | | |
| | | /** |
| | | * 作业数量 |
| | | * |
| | | * <p> |
| | | * 入库 : 组托完成,组托档、工作档、入库完成数量 |
| | | * 出库 : 工作档、出库完成数量 |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 完成数量 |
| | | * |
| | | * <p> |
| | | * 入库 : qty 👆 |
| | | * 出库 : qty 👆 |
| | | */ |
| | |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | |
| | | |
| | | @TableField("i_no") |
| | | private Integer iNO; |
| | | |
| | | /** |
| | | * 外部主键 |
| | |
| | | @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() { |
| | | } |
| | | |
| | | 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; |
| | |
| | | } |
| | | |
| | | public String getBeBatch$(){ |
| | | if (null == this.beBatch){ return null; } |
| | | if (null == this.beBatch) { |
| | | return null; |
| | | } |
| | | switch (this.beBatch){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | } |
| | | |
| | | public String getSource$(){ |
| | | if (null == this.source){ return null; } |
| | | if (null == this.source) { |
| | | return null; |
| | | } |
| | | switch (this.source){ |
| | | case 1: |
| | | return "制造"; |
| | |
| | | } |
| | | |
| | | public String getInspect$(){ |
| | | if (null == this.inspect){ return null; } |
| | | if (null == this.inspect) { |
| | | return null; |
| | | } |
| | | switch (this.inspect){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | } |
| | | |
| | | public String getDanger$(){ |
| | | if (null == this.danger){ return null; } |
| | | if (null == this.danger) { |
| | | return null; |
| | | } |
| | | switch (this.danger){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | } |
| | | |
| | | public String getStatus$(){ |
| | | if (null == this.status){ return null; } |
| | | if (null == this.status) { |
| | | return null; |
| | | } |
| | | switch (this.status){ |
| | | case 1: |
| | | return "正常"; |