|
@@ -1,4 +1,4 @@
|
|
|
-package org.jeecg.modules.adweb.subscribePlan.controller;
|
|
|
+package org.jeecg.modules.adweb.subscription.controller;
|
|
|
|
|
|
import cn.hutool.core.util.RandomUtil;
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
@@ -14,8 +14,8 @@ import org.jeecg.common.api.vo.Result;
|
|
|
import org.jeecg.common.aspect.annotation.AutoLog;
|
|
|
import org.jeecg.common.system.base.controller.JeecgController;
|
|
|
import org.jeecg.common.system.query.QueryGenerator;
|
|
|
-import org.jeecg.modules.adweb.subscribePlan.entity.SubscribePlan;
|
|
|
-import org.jeecg.modules.adweb.subscribePlan.service.ISubscribePlanService;
|
|
|
+import org.jeecg.modules.adweb.subscription.entity.SubscribePlan;
|
|
|
+import org.jeecg.modules.adweb.subscription.service.ISubscribePlanService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
|
import org.springframework.web.bind.annotation.*;
|