| File was renamed from src/main/java/org/springblade/modules/customTask/vo/CustomTaskVO.java |
| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.springblade.modules.customTask.vo; |
| | | package org.springblade.modules.threeColorTask.vo; |
| | | |
| | | import org.springblade.modules.customTask.entity.CustomTaskEntity; |
| | | import org.springblade.core.tool.node.INode; |
| | | import org.springblade.modules.threeColorTask.entity.CustomTaskEntity; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |