作者 xudada

修复mt1201实体acttime问题

正在显示 1 个修改的文件 包含 5 行增加0 行删除
@@ -30,6 +30,11 @@ @@ -30,6 +30,11 @@
30 <artifactId>jackson-annotations</artifactId> 30 <artifactId>jackson-annotations</artifactId>
31 <version>2.10.5</version> 31 <version>2.10.5</version>
32 </dependency> 32 </dependency>
  33 + <dependency>
  34 + <groupId>org.springframework</groupId>
  35 + <artifactId>spring-context</artifactId>
  36 + <version>5.3.1</version>
  37 + </dependency>
33 </dependencies> 38 </dependencies>
34 <build> 39 <build>
35 <plugins> 40 <plugins>