| | |
| | | import com.zy.common.service.erp.entity.M_item; |
| | | import com.zy.common.utils.excel.matcode.MatCodeExcel; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * Created by vincent on 2020/7/14 |
| | | */ |
| | |
| | | matCode.setStr2(item.getMtypename()); // 规格型号 |
| | | } |
| | | |
| | | public static void setLocNormalLog(LocNoramlLog log, LocNormal item) { |
| | | log.setMatnr(item.getMatnr()); |
| | | log.setMaktx(item.getMaktx()); |
| | | log.setLgnum(item.getLgnum()); |
| | | log.setType(item.getType()); |
| | | log.setMnemonic(item.getMnemonic()); |
| | | log.setSupplier(item.getSupplier()); |
| | | log.setWarehouse(item.getWarehouse()); |
| | | log.setMemo(item.getMemo()); |
| | | } |
| | | |
| | | // excel ---------------------------------------------------------------------- |
| | | |
| | | public static MatCodeExcel getExcel(MatCode matCode) { |