hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/taskcache/entity/TaskCache.java
@@ -2,6 +2,7 @@ import com.baomidou.mybatisplus.annotation.TableLogic; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.models.auth.In; import lombok.Data; import java.util.Date; @@ -19,19 +20,19 @@ /** * 起始 */ private int startCell; private Integer startCell; /** * 结束 */ private int endCell; private Integer endCell; /** * 任务类型 */ private int taskType; private Integer taskType; /** * 任务状态 */ private int taskStatus; private Integer taskStatus; /** * 创建时间 */