feat:社区中心
parent
f93986f743
commit
fa542d1569
|
@ -9,7 +9,11 @@
|
|||
<version>3.8.8</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>mcwl-knowledgePlanet</artifactId>
|
||||
<description>
|
||||
社区中心
|
||||
</description>
|
||||
|
||||
<artifactId>mcwl-communityCenter</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
|
@ -9,10 +9,10 @@ import com.mcwl.resource.domain.vo.WorkFlowCommentVo;
|
|||
import com.mcwl.resource.mapper.WorkFlowCommentMapper;
|
||||
import com.mcwl.resource.service.WorkFlowCommentService;
|
||||
import com.mcwl.system.service.ISysUserService;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
|
Loading…
Reference in New Issue