|  |  |  | 
|---|
|  |  |  | package com.zy.common.model; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.core.common.Cools; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String batch; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String model; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String orderNo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private Double anfme; | 
|---|
|  |  |  | 
|---|
|  |  |  | private boolean lack = false; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private List<Integer> staNos; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private Integer staNo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String sPgNO; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String zpallet; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //"matnr", "batch", "outOrderNo", "luHao", "packing", "sPgNO", "proType" color | 
|---|
|  |  |  | private String outOrderNo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String luHao; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String packing; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String proType; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String color; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public LocDto() { | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | return this.matnr + "(" + this.maktx + ")"; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setStaNos(List<Integer> staNos) { | 
|---|
|  |  |  | this.staNos = staNos; | 
|---|
|  |  |  | if (!Cools.isEmpty(staNos)) { | 
|---|
|  |  |  | this.staNo = staNos.get(0); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|