feat:社区中心

feature/resource
yang 2025-01-15 16:51:08 +08:00
parent f93986f743
commit fa542d1569
3 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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;

View File

@ -240,7 +240,7 @@
<module>mcwl-resource</module>
<module>mcwl-memberCenter</module>
<module>mcwl-pay</module>
<module>mcwl-knowledgePlanet</module>
<module>mcwl-communityCenter</module>
</modules>
<packaging>pom</packaging>