| File was renamed from src/main/java/org/springblade/modules/customTask/entity/CustomTaskEntity.java |
| | |
| | | * 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; |
| | |
| | | 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; |
| | | |
| | |
| | | */ |
| | | @ApiModel(value = "CustomTask对象" , description = "自定义任务表") |
| | | @Data |
| | | @TableName("jczz_custom_task") |
| | | @TableName("jczz_three_color_task") |
| | | public class CustomTaskEntity { |
| | | |
| | | |