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/entity/CustomTaskEntity.java | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/springblade/modules/customTask/entity/CustomTaskEntity.java b/src/main/java/org/springblade/modules/threeColorTask/entity/CustomTaskEntity.java
similarity index 95%
rename from src/main/java/org/springblade/modules/customTask/entity/CustomTaskEntity.java
rename to src/main/java/org/springblade/modules/threeColorTask/entity/CustomTaskEntity.java
index 10c89ec..9f4bee4 100644
--- a/src/main/java/org/springblade/modules/customTask/entity/CustomTaskEntity.java
+++ b/src/main/java/org/springblade/modules/threeColorTask/entity/CustomTaskEntity.java
@@ -14,7 +14,7 @@
* this software without specific prior written permission.
* Author: Chill 庄骞 (smallchill@163.com)
*/
-package org.springblade.modules.customTask.entity;
+package org.springblade.modules.threeColorTask.entity;
import com.baomidou.mybatisplus.annotation.*;
import com.fasterxml.jackson.annotation.JsonFormat;
@@ -23,8 +23,6 @@
import lombok.Data;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
-import lombok.EqualsAndHashCode;
-import org.springblade.core.tenant.mp.TenantEntity;
import java.util.Date;
@@ -36,7 +34,7 @@
*/
@ApiModel(value = "CustomTask对象" , description = "自定义任务表")
@Data
-@TableName("jczz_custom_task")
+@TableName("jczz_three_color_task")
public class CustomTaskEntity {
--
Gitblit v1.9.3