...
|
...
|
@@ -71,6 +71,7 @@ public class ProductILogicService { |
|
|
productIBO.setProductName(p.getProductName());
|
|
|
productIBO.setCnAlphabet(p.getCnAlphabet());
|
|
|
productIBO.setSalesPhrase(p.getSalesPhrase());
|
|
|
productIBO.setMarketPhrase(p.getMarketPhrase());
|
|
|
productIBO.setBrandId(p.getBrandId());
|
|
|
productIBO.setMaxSortId(p.getMaxSortId());
|
|
|
productIBO.setMiddleSortId(p.getMiddleSortId());
|
...
|
...
|
|