Browse Source

主依赖重复依赖sale-dto

huangx 7 years ago
parent
commit
0434de0938

+ 1 - 1
applications/money/money-dto/src/main/java/com/usoftchina/saas/money/dto/VerificationListDTO.java

@@ -12,7 +12,7 @@ import java.util.Date;
  * @createtime 2018-10-22-17:02
  */
 @Data
-public class VerificationListDTO extends CommonBaseEntity implements Serializable {
+public class VerificationListDTO implements Serializable {
     private Integer vc_id;
 
     private String vc_code;

+ 0 - 5
pom.xml

@@ -296,11 +296,6 @@
                 <artifactId>sale-dto</artifactId>
                 <version>${project.release.version}</version>
             </dependency>
-            <dependency>
-                <groupId>com.usoftchina.saas</groupId>
-                <artifactId>sale-dto</artifactId>
-                <version>${project.release.version}</version>
-            </dependency>
             <dependency>
                 <groupId>com.usoftchina.saas</groupId>
                 <artifactId>test-starter</artifactId>