1、新增农场合约天数字段,激活方式字段改名,由_Mode改为_Way。
2、调通农场合约的新增、修改和天数计算。 3、引入junit-jupiter-5.7.2,编写天数计算的测试用例。
This commit is contained in:
@ -32,6 +32,11 @@
|
||||
<artifactId>gson</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
Reference in New Issue
Block a user