| | |
| | | |
| | | import com.core.common.Cools; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.common.entity.OrderGiftProofreadingExcel; |
| | | import lombok.Data; |
| | | |
| | | import java.util.List; |
| | |
| | | public LocDto() { |
| | | } |
| | | |
| | | public LocDto(OrderGiftProofreadingExcel excel) { |
| | | this.matnr = excel.getMatnr(); |
| | | this.model = excel.getModel(); |
| | | this.orderNo = excel.getOrderNo(); |
| | | this.batch = excel.getBatch(); |
| | | this.memo = excel.getMemo(); |
| | | this.weight = excel.getWeight(); |
| | | this.volume = excel.getVolume(); |
| | | this.price = excel.getPrice(); |
| | | this.specs = excel.getSpecs(); |
| | | } |
| | | |
| | | public LocDto(String locNo, String matnr, String batch, Double anfme) { |
| | | this.locNo = locNo; |
| | | this.matnr = matnr; |