linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/threeColorTask/entity/CustomTaskEntity.java
File was renamed from src/main/java/org/springblade/modules/customTask/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  {