From 8b7258c9427882bb1798f1502eaa35184c6e374e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:29:18 +0800
Subject: [PATCH] 短信指定楼栋发送

---
 src/main/java/org/springblade/modules/threeColorTask/wrapper/CustomTaskWrapper.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/springblade/modules/customTask/wrapper/CustomTaskWrapper.java b/src/main/java/org/springblade/modules/threeColorTask/wrapper/CustomTaskWrapper.java
similarity index 89%
rename from src/main/java/org/springblade/modules/customTask/wrapper/CustomTaskWrapper.java
rename to src/main/java/org/springblade/modules/threeColorTask/wrapper/CustomTaskWrapper.java
index 7154ee5..093d14f 100644
--- a/src/main/java/org/springblade/modules/customTask/wrapper/CustomTaskWrapper.java
+++ b/src/main/java/org/springblade/modules/threeColorTask/wrapper/CustomTaskWrapper.java
@@ -14,12 +14,12 @@
  *  this software without specific prior written permission.
  *  Author: Chill 庄骞 (smallchill@163.com)
  */
-package org.springblade.modules.customTask.wrapper;
+package org.springblade.modules.threeColorTask.wrapper;
 
 import org.springblade.core.mp.support.BaseEntityWrapper;
 import org.springblade.core.tool.utils.BeanUtil;
-import org.springblade.modules.customTask.entity.CustomTaskEntity;
-import org.springblade.modules.customTask.vo.CustomTaskVO;
+import org.springblade.modules.threeColorTask.entity.CustomTaskEntity;
+import org.springblade.modules.threeColorTask.vo.CustomTaskVO;
 import java.util.Objects;
 
 /**

--
Gitblit v1.9.3