|
@@ -1,18 +1,18 @@
|
|
|
-package com.shkpr.service.customgateway.core.components;
|
|
|
|
|
|
|
+package com.shkpr.service.bespokegateway.core.components;
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
|
|
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
|
|
|
import com.global.base.log.LogLevelFlag;
|
|
import com.global.base.log.LogLevelFlag;
|
|
|
import com.global.base.log.LogPrintMgr;
|
|
import com.global.base.log.LogPrintMgr;
|
|
|
-import com.shkpr.service.customgateway.core.constants.DeviceField;
|
|
|
|
|
-import com.shkpr.service.customgateway.core.constants.DeviceKind;
|
|
|
|
|
-import com.shkpr.service.customgateway.core.constants.ExcelType;
|
|
|
|
|
-import com.shkpr.service.customgateway.core.constants.LogFlagBusiType;
|
|
|
|
|
-import com.shkpr.service.customgateway.core.domain.Device;
|
|
|
|
|
-import com.shkpr.service.customgateway.core.domain.DeviceExcel;
|
|
|
|
|
-import com.shkpr.service.customgateway.core.domain.DeviceTag;
|
|
|
|
|
-import com.shkpr.service.customgateway.core.service.DeviceTagsService;
|
|
|
|
|
-import com.shkpr.service.customgateway.core.utils.ExcelUtil;
|
|
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.constants.DeviceField;
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.constants.DeviceKind;
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.constants.ExcelType;
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.constants.LogFlagBusiType;
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.domain.Device;
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.domain.DeviceExcel;
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.domain.DeviceTag;
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.service.DeviceTagsService;
|
|
|
|
|
+import com.shkpr.service.bespokegateway.core.utils.ExcelUtil;
|
|
|
import org.apache.commons.collections4.CollectionUtils;
|
|
import org.apache.commons.collections4.CollectionUtils;
|
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|