更新了api-sync模块
This commit is contained in:
parent
018ef1e445
commit
514aaf8626
@ -5,16 +5,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>api</artifactId>
|
<artifactId>api</artifactId>
|
||||||
<groupId>io.gisbi</groupId>
|
<groupId>io.gisbi</groupId>
|
||||||
<version>1.0.0</version>
|
<version>2.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.baomidou</groupId>
|
|
||||||
<artifactId>mybatis-plus-core</artifactId>
|
|
||||||
<version>3.5.6</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>api-sync</artifactId>
|
<artifactId>api-sync</artifactId>
|
||||||
|
@ -23,4 +23,5 @@ public class Target {
|
|||||||
private String datasourceVersion;
|
private String datasourceVersion;
|
||||||
private double faultToleranceRate;
|
private double faultToleranceRate;
|
||||||
private String incrementFieldType;
|
private String incrementFieldType;
|
||||||
|
private String remarks;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user