| File was renamed from src/main/java/org/springblade/modules/customTask/wrapper/CustomTaskWrapper.java |
| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.springblade.modules.customTask.wrapper; |
| | | package org.springblade.modules.threeColorTask.wrapper; |
| | | |
| | | import org.springblade.core.mp.support.BaseEntityWrapper; |
| | | import org.springblade.core.tool.utils.BeanUtil; |
| | | import org.springblade.modules.customTask.entity.CustomTaskEntity; |
| | | import org.springblade.modules.customTask.vo.CustomTaskVO; |
| | | import org.springblade.modules.threeColorTask.entity.CustomTaskEntity; |
| | | import org.springblade.modules.threeColorTask.vo.CustomTaskVO; |
| | | import java.util.Objects; |
| | | |
| | | /** |