diff --git a/infosouth-arj21/target/classes/META-INF/MANIFEST.MF b/infosouth-arj21/target/classes/META-INF/MANIFEST.MF
deleted file mode 100644
index 1f9fa9929..000000000
--- a/infosouth-arj21/target/classes/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,5 +0,0 @@
-Manifest-Version: 1.0
-Built-By: tiny
-Build-Jdk: 1.8.0_181
-Created-By: Maven Integration for Eclipse
-
diff --git a/infosouth-arj21/target/classes/META-INF/maven/cn.com.infosouth/infosouth-arj21/pom.properties b/infosouth-arj21/target/classes/META-INF/maven/cn.com.infosouth/infosouth-arj21/pom.properties
deleted file mode 100644
index 70dc964f9..000000000
--- a/infosouth-arj21/target/classes/META-INF/maven/cn.com.infosouth/infosouth-arj21/pom.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#Generated by Maven Integration for Eclipse
-#Wed Mar 04 22:42:59 CST 2020
-version=4.1.0
-groupId=cn.com.infosouth
-m2e.projectName=infosouth-arj21
-m2e.projectLocation=Z\:\\ram_eclipse_proj\\amas.comac.v2\\infosouth-arj21
-artifactId=infosouth-arj21
diff --git a/infosouth-arj21/target/classes/META-INF/maven/cn.com.infosouth/infosouth-arj21/pom.xml b/infosouth-arj21/target/classes/META-INF/maven/cn.com.infosouth/infosouth-arj21/pom.xml
deleted file mode 100644
index 4bd46bd2d..000000000
--- a/infosouth-arj21/target/classes/META-INF/maven/cn.com.infosouth/infosouth-arj21/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- amas.comac
- cn.com.infosouth
- 4.1.0
-
- 4.0.0
-
- infosouth-arj21
-
- 商飞客服虚拟机型数据库业务层
-
-
-
- cn.com.infosouth
- infosouth-common
-
-
-
\ No newline at end of file
diff --git a/infosouth-arj21/target/classes/mapper/InfoFlightMapper.xml b/infosouth-arj21/target/classes/mapper/InfoFlightMapper.xml
deleted file mode 100644
index 96e447289..000000000
--- a/infosouth-arj21/target/classes/mapper/InfoFlightMapper.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- select id, fl_date, fl_no, arn, ac_type, pod, poa, airline, csv_path, csv_name, info_resource_id, create_by, create_date, update_by, update_date, remarks, del_flag from info_flight
-
-
-
-
-
-
-
- insert into info_flight
-
- id,
- fl_date,
- fl_no,
- arn,
- ac_type,
- pod,
- poa,
- airline,
- csv_path,
- csv_name,
- info_resource_id,
- create_by,
- create_date,
- update_by,
- update_date,
- remarks,
- del_flag,
-
-
- #{id},
- #{flDate},
- #{flNo},
- #{arn},
- #{acType},
- #{pod},
- #{poa},
- #{airline},
- #{csvPath},
- #{csvName},
- #{infoResourceId},
- #{createBy},
- #{createDate},
- #{updateBy},
- #{updateDate},
- #{remarks},
- #{delFlag},
-
-
-
-
- update info_flight
-
- fl_date = #{flDate},
- fl_no = #{flNo},
- arn = #{arn},
- ac_type = #{acType},
- pod = #{pod},
- poa = #{poa},
- airline = #{airline},
- csv_path = #{csvPath},
- csv_name = #{csvName},
- info_resource_id = #{infoResourceId},
- create_by = #{createBy},
- create_date = #{createDate},
- update_by = #{updateBy},
- update_date = #{updateDate},
- remarks = #{remarks},
- del_flag = #{delFlag},
-
- where id = #{id}
-
-
-
- delete from info_flight where id = #{id}
-
-
-
- delete from info_flight where id in
-
- #{id}
-
-
-
-
\ No newline at end of file
diff --git a/infosouth-arj21/target/infosouth-arj21-4.1.0.jar b/infosouth-arj21/target/infosouth-arj21-4.1.0.jar
deleted file mode 100644
index 3c6c056d1..000000000
Binary files a/infosouth-arj21/target/infosouth-arj21-4.1.0.jar and /dev/null differ
diff --git a/infosouth-arj21/target/maven-archiver/pom.properties b/infosouth-arj21/target/maven-archiver/pom.properties
deleted file mode 100644
index 7a5de62a1..000000000
--- a/infosouth-arj21/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-#Generated by Maven
-#Wed Mar 04 15:29:07 CST 2020
-version=4.1.0
-groupId=cn.com.infosouth
-artifactId=infosouth-arj21
diff --git a/infosouth-arj21/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/infosouth-arj21/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted file mode 100644
index 6bdd4be02..000000000
--- a/infosouth-arj21/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-cn\com\infosouth\arj21\controller\csvmanager\CsvManagerController.class
diff --git a/infosouth-arj21/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/infosouth-arj21/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
deleted file mode 100644
index 3545a4145..000000000
--- a/infosouth-arj21/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+++ /dev/null
@@ -1 +0,0 @@
-Z:\ram_eclipse_proj\amas.comac.v2\infosouth-arj21\src\main\java\cn\com\infosouth\arj21\controller\csvmanager\CsvManagerController.java