syh 4 lat temu
rodzic
commit
ddd3ece714

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/controller/KuaiShouOcpxActionTypeConfigController.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.common.module.controller;
+package org.jeecg.modules.ctop.controller;
 
 import cn.com.ctop.common.module.annotation.AutoLog;
 import cn.com.ctop.common.module.entity.KuaiShouOcpxActionTypeConfig;

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/controller/OauthConfigController.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.common.module.controller;
+package org.jeecg.modules.ctop.controller;
 
 import cn.com.ctop.common.module.annotation.AutoLog;
 import cn.com.ctop.common.module.entity.OauthConfig;

+ 2 - 2
module-common/src/main/java/cn/com/ctop/common/module/controller/ProductController.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.common.module.controller;
+package org.jeecg.modules.ctop.controller;
 
 import cn.com.ctop.common.module.annotation.AutoLog;
 import cn.com.ctop.common.module.entity.Product;
@@ -15,8 +15,8 @@ import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import lombok.extern.slf4j.Slf4j;
 import org.jeecg.common.api.vo.Result;
-import org.jeecg.common.system.query.QueryGenerator;
 import org.jeecg.common.util.oConvertUtils;
+import org.jeecg.modules.query.QueryGenerator;
 import org.jeecgframework.poi.excel.ExcelImportUtil;
 import org.jeecgframework.poi.excel.def.NormalExcelConstants;
 import org.jeecgframework.poi.excel.entity.ExportParams;

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/controller/RuleDataAccountController.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.common.module.controller;
+package org.jeecg.modules.ctop.controller;
 
 import cn.com.ctop.common.module.entity.RuleDataAccount;
 import cn.com.ctop.common.module.service.IRuleDataAccountService;

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/controller/RuleDataCreativeController.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.common.module.controller;
+package org.jeecg.modules.ctop.controller;
 
 import cn.com.ctop.common.module.entity.RuleDataCreative;
 import cn.com.ctop.common.module.service.IRuleDataCreativeService;

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/controller/RuleDataPlanController.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.common.module.controller;
+package org.jeecg.modules.ctop.controller;
 
 import cn.com.ctop.common.module.entity.RuleDataPlan;
 import cn.com.ctop.common.module.service.IRuleDataPlanService;

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/controller/RuleDataTargetController.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.common.module.controller;
+package org.jeecg.modules.ctop.controller;
 
 import cn.com.ctop.common.module.entity.RuleDataTarget;
 import cn.com.ctop.common.module.service.IRuleDataTargetService;

+ 2 - 2
module-common/src/main/java/cn/com/ctop/common/module/controller/WarningOperationLogController.java

@@ -1,4 +1,4 @@
-package cn.com.ctop.common.module.controller;
+package org.jeecg.modules.ctop.controller;
 
 import cn.com.ctop.common.module.annotation.AutoLog;
 import cn.com.ctop.common.module.entity.WarningOperationLog;
@@ -11,8 +11,8 @@ import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import lombok.extern.slf4j.Slf4j;
 import org.jeecg.common.api.vo.Result;
-import org.jeecg.common.system.query.QueryGenerator;
 import org.jeecg.common.util.oConvertUtils;
+import org.jeecg.modules.query.QueryGenerator;
 import org.jeecgframework.poi.excel.ExcelImportUtil;
 import org.jeecgframework.poi.excel.def.NormalExcelConstants;
 import org.jeecgframework.poi.excel.entity.ExportParams;