|
|
@@ -13,7 +13,14 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import com.fasterxml.jackson.core.type.TypeReference;
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
+import com.gagaframework.excel.GagaExcelUtil;
|
|
|
+import com.gagaframework.excel.env.GagaExcelConstants;
|
|
|
+import com.gagaframework.web.parameter.GagaMap;
|
|
|
+import com.gagaframework.web.util.GagaDateUtil;
|
|
|
+import com.gagaframework.web.util.GagaFileUtil;
|
|
|
+import com.gagaframework.web.util.GagaStringUtil;
|
|
|
import com.style24.core.biz.thirdparty.SafetyKoreaApi;
|
|
|
+import com.style24.core.support.env.TscConstants;
|
|
|
import com.style24.core.support.message.TscMessageByLocale;
|
|
|
import com.style24.persistence.domain.Brand;
|
|
|
import com.style24.persistence.domain.CommonCode;
|
|
|
@@ -44,16 +51,8 @@ import com.style24.scm.support.env.TssConstants;
|
|
|
import com.style24.scm.support.security.session.TssSession;
|
|
|
|
|
|
import io.netty.util.internal.StringUtil;
|
|
|
-
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
-import com.gagaframework.excel.GagaExcelUtil;
|
|
|
-import com.gagaframework.excel.env.GagaExcelConstants;
|
|
|
-import com.gagaframework.web.parameter.GagaMap;
|
|
|
-import com.gagaframework.web.util.GagaDateUtil;
|
|
|
-import com.gagaframework.web.util.GagaFileUtil;
|
|
|
-import com.gagaframework.web.util.GagaStringUtil;
|
|
|
-
|
|
|
/**
|
|
|
* 상품 Service
|
|
|
*
|