| | |
| | | |
| | | import com.core.common.Cools; |
| | | import com.zy.asrs.entity.OrderDetl; |
| | | import com.zy.asrs.entity.param.OpenOrderPakinJDParam; |
| | | import lombok.Data; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | private int owner; |
| | | private String ownerName; |
| | | private int beBatch; |
| | | |
| | | private int payment; |
| | | |
| | |
| | | public DetlDto() { |
| | | } |
| | | |
| | | public DetlDto(OpenOrderPakinJDParam.DetlDto2 detlDto2) { |
| | | this.matnr=detlDto2.getMatnr(); |
| | | this.batch=detlDto2.getBatch(); |
| | | this.anfme=detlDto2.getAnfme(); |
| | | this.ownerName=detlDto2.getOwner(); |
| | | this.beBatch=detlDto2.getBeBatch(); |
| | | this.payment=0; |
| | | } |
| | | |
| | | public DetlDto(String matnr, Double anfme) { |
| | | this.matnr = matnr; |
| | | this.anfme = anfme; |