| | |
| | | vo.setPatternPrice(clothesPattern.getPrice()); |
| | | vo.setPatternRemark(entity.getRemark()); |
| | | vo.setPatternImage(clothesPattern.getImage()); |
| | | vo.setBoxHeight(clothesPattern.getBoxHeight()); |
| | | vo.setBoxWidth(clothesPattern.getBoxWidth()); |
| | | vo.setLeftPercent(clothesPattern.getLeftPercent()); |
| | | vo.setTopPercent(clothesPattern.getTopPercent()); |
| | | |
| | | |
| | | vos.add(vo); |
| | | |
| | | totalPatternPrice = totalPatternPrice.add(clothesPattern.getPrice()); |
| | |
| | | vo.setLocationPrice(location.getPrice()); |
| | | vo.setLocationRemark(entity.getRemark()); |
| | | vo.setLocationImage(location.getImage()); |
| | | |
| | | vo.setBoxHeight(location.getBoxHeight()); |
| | | vo.setBoxWidth(location.getBoxWidth()); |
| | | vo.setLeftPercent(location.getLeftPercent()); |
| | | vo.setTopPercent(location.getTopPercent()); |
| | | vos.add(vo); |
| | | |
| | | totalLocationPrice = totalLocationPrice.add(location.getPrice()); |