koul 4 years ago
parent
commit
d3afd5359f
100 changed files with 6704 additions and 1280 deletions
  1. 52 46
      pom.xml
  2. 60 0
      src/main/java/com/landray/kmss/km/review/webservice/AddReview.java
  3. 62 0
      src/main/java/com/landray/kmss/km/review/webservice/AddReviewResponse.java
  4. 112 0
      src/main/java/com/landray/kmss/km/review/webservice/AttachmentForm.java
  5. 60 0
      src/main/java/com/landray/kmss/km/review/webservice/Exception.java
  6. 43 0
      src/main/java/com/landray/kmss/km/review/webservice/Exception_Exception.java
  7. 29 0
      src/main/java/com/landray/kmss/km/review/webservice/IKmReviewWebserviceService.java
  8. 93 0
      src/main/java/com/landray/kmss/km/review/webservice/IKmReviewWebserviceServiceService.java
  9. 61 0
      src/main/java/com/landray/kmss/km/review/webservice/IKmReviewWebserviceService_IKmReviewWebserviceServicePort_Client.java
  10. 312 0
      src/main/java/com/landray/kmss/km/review/webservice/KmReviewParamterForm.java
  11. 105 0
      src/main/java/com/landray/kmss/km/review/webservice/ObjectFactory.java
  12. 2 0
      src/main/java/com/landray/kmss/km/review/webservice/package-info.java
  13. 60 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/AddReview.java
  14. 62 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/AddReviewResponse.java
  15. 112 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/AttachmentForm.java
  16. 60 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/Exception.java
  17. 43 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/Exception_Exception.java
  18. 26 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/ISegHetongWebserviceService.java
  19. 93 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/ISegHetongWebserviceServiceService.java
  20. 68 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/ISegHetongWebserviceService_ISegHetongWebserviceServicePort_Client.java
  21. 105 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/ObjectFactory.java
  22. 311 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/SegHetongParamterForm.java
  23. 2 0
      src/main/java/com/landray/kmss/seg/hetong/webservice/package-info.java
  24. 60 0
      src/main/java/com/landray/kmss/sys/notify/webservice/DeleteTodo.java
  25. 62 0
      src/main/java/com/landray/kmss/sys/notify/webservice/DeleteTodoResponse.java
  26. 60 0
      src/main/java/com/landray/kmss/sys/notify/webservice/Exception.java
  27. 43 0
      src/main/java/com/landray/kmss/sys/notify/webservice/Exception_Exception.java
  28. 60 0
      src/main/java/com/landray/kmss/sys/notify/webservice/GetTodo.java
  29. 60 0
      src/main/java/com/landray/kmss/sys/notify/webservice/GetTodoCount.java
  30. 62 0
      src/main/java/com/landray/kmss/sys/notify/webservice/GetTodoCountResponse.java
  31. 62 0
      src/main/java/com/landray/kmss/sys/notify/webservice/GetTodoResponse.java
  32. 74 0
      src/main/java/com/landray/kmss/sys/notify/webservice/ISysNotifyTodoWebService.java
  33. 93 0
      src/main/java/com/landray/kmss/sys/notify/webservice/ISysNotifyTodoWebServiceService.java
  34. 128 0
      src/main/java/com/landray/kmss/sys/notify/webservice/ISysNotifyTodoWebService_ISysNotifyTodoWebServicePort_Client.java
  35. 79 0
      src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoAppResult.java
  36. 144 0
      src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoGetContext.java
  37. 87 0
      src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoGetCountContext.java
  38. 287 0
      src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoRemoveContext.java
  39. 465 0
      src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoSendContext.java
  40. 403 0
      src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoUpdateContext.java
  41. 317 0
      src/main/java/com/landray/kmss/sys/notify/webservice/ObjectFactory.java
  42. 60 0
      src/main/java/com/landray/kmss/sys/notify/webservice/SendTodo.java
  43. 62 0
      src/main/java/com/landray/kmss/sys/notify/webservice/SendTodoResponse.java
  44. 60 0
      src/main/java/com/landray/kmss/sys/notify/webservice/SetTodoDone.java
  45. 62 0
      src/main/java/com/landray/kmss/sys/notify/webservice/SetTodoDoneResponse.java
  46. 60 0
      src/main/java/com/landray/kmss/sys/notify/webservice/UpdateTodo.java
  47. 62 0
      src/main/java/com/landray/kmss/sys/notify/webservice/UpdateTodoResponse.java
  48. 2 0
      src/main/java/com/landray/kmss/sys/notify/webservice/package-info.java
  49. 60 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/DelOrgStaffingLevels.java
  50. 62 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/DelOrgStaffingLevelsResponse.java
  51. 60 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/Exception.java
  52. 43 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/Exception_Exception.java
  53. 65 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/ISysSynchroSetOrgWebService.java
  54. 93 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/ISysSynchroSetOrgWebServiceService.java
  55. 109 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/ISysSynchroSetOrgWebService_ISysSynchroSetOrgWebServicePort_Client.java
  56. 249 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/ObjectFactory.java
  57. 60 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/SyncOrgElements.java
  58. 60 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/SyncOrgElementsBaseInfo.java
  59. 62 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/SyncOrgElementsBaseInfoResponse.java
  60. 62 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/SyncOrgElementsResponse.java
  61. 114 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/SysSynchroSetOrgContext.java
  62. 79 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/SysSynchroSetResult.java
  63. 60 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/UpdateOrgElement.java
  64. 62 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/UpdateOrgElementResponse.java
  65. 60 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/UpdateOrgStaffingLevels.java
  66. 62 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/UpdateOrgStaffingLevelsResponse.java
  67. 2 0
      src/main/java/com/landray/kmss/sys/organization/webservice/in/package-info.java
  68. 4 3
      src/main/java/com/uas/UasLandrayApplication.java
  69. 41 0
      src/main/java/com/uas/controller/SyncOrgElementsBaseInfoController.java
  70. 57 0
      src/main/java/com/uas/core/config/AddSoapHeader.java
  71. 63 0
      src/main/java/com/uas/core/config/WebServiceClient.java
  72. 226 0
      src/main/java/com/uas/core/config/WebServiceConfig.java
  73. 42 4
      src/main/java/com/uas/core/support/SpringDynamicCronTask.java
  74. 0 13
      src/main/java/com/uas/dao/BusinessChangeDao.java
  75. 0 12
      src/main/java/com/uas/dao/BusinessDao.java
  76. 0 12
      src/main/java/com/uas/dao/BusinessDetailDao.java
  77. 0 13
      src/main/java/com/uas/dao/CpwsDao.java
  78. 0 13
      src/main/java/com/uas/dao/CpwsDetailDao.java
  79. 0 12
      src/main/java/com/uas/dao/CustomerDao.java
  80. 0 12
      src/main/java/com/uas/dao/DanBaoDao.java
  81. 0 12
      src/main/java/com/uas/dao/DcdyDao.java
  82. 0 12
      src/main/java/com/uas/dao/DcdyDetailDao.java
  83. 0 12
      src/main/java/com/uas/dao/ExecutedPersonDao.java
  84. 0 12
      src/main/java/com/uas/dao/GqczDao.java
  85. 0 12
      src/main/java/com/uas/dao/InvestorDao.java
  86. 0 13
      src/main/java/com/uas/dao/InvestorRJDetailDao.java
  87. 0 12
      src/main/java/com/uas/dao/InvestorSJDetailDao.java
  88. 0 12
      src/main/java/com/uas/dao/JyycDao.java
  89. 0 13
      src/main/java/com/uas/dao/KtggDao.java
  90. 0 12
      src/main/java/com/uas/dao/KtggDetailDao.java
  91. 0 12
      src/main/java/com/uas/dao/MemberDao.java
  92. 0 12
      src/main/java/com/uas/dao/QsjlDao.java
  93. 0 12
      src/main/java/com/uas/dao/SfxzDao.java
  94. 0 12
      src/main/java/com/uas/dao/SsggDao.java
  95. 0 12
      src/main/java/com/uas/dao/SswfDao.java
  96. 0 12
      src/main/java/com/uas/dao/SxbzxrDao.java
  97. 0 537
      src/main/java/com/uas/entity/Business.java
  98. 0 106
      src/main/java/com/uas/entity/BusinessChange.java
  99. 0 118
      src/main/java/com/uas/entity/BusinessDetail.java
  100. 0 185
      src/main/java/com/uas/entity/Cpws.java

+ 52 - 46
pom.xml

@@ -9,10 +9,10 @@
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
     <groupId>com.uas</groupId>
-    <artifactId>uas_fbcustomer</artifactId>
+    <artifactId>uas_landray</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <name>uas_fbcustomer</name>
-    <description>风报中客户信息读取</description>
+    <name>uas_landray</name>
+    <description>蓝凌OA对接</description>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -37,11 +37,6 @@
             <artifactId>spring-boot-starter-jdbc</artifactId>
         </dependency>
 
-        <!-- <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-devtools</artifactId>
-        </dependency> -->
-
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -53,43 +48,6 @@
             <version>1.2.17</version>
         </dependency>
 
-        <dependency>
-            <groupId>net.sf.json-lib</groupId>
-            <artifactId>json-lib</artifactId>
-            <version>2.4</version>
-            <classifier>jdk15</classifier>
-        </dependency>
-
-        <dependency>
-            <groupId>com.alibaba</groupId>
-            <artifactId>fastjson</artifactId>
-            <version>1.2.15</version>
-        </dependency>
-
-        <dependency>
-            <groupId>io.jsonwebtoken</groupId>
-            <artifactId>jjwt</artifactId>
-            <version>0.6.0</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.jackson</groupId>
-            <artifactId>jackson-core-asl</artifactId>
-            <version>1.9.13</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.jackson</groupId>
-            <artifactId>jackson-mapper-asl</artifactId>
-            <version>1.9.13</version>
-        </dependency>
-
-        <dependency>
-            <groupId>net.sf.flexjson</groupId>
-            <artifactId>flexjson</artifactId>
-            <version>2.1</version>
-        </dependency>
-
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-cache</artifactId>
@@ -122,6 +80,54 @@
             <version>1.0.26</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-web-services</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
+            <version>3.2.4</version>
+        </dependency>
+
+        <!-- https://mvnrepository.com/artifact/org.codehaus.woodstox/woodstox-core-asl -->
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
+            <version>4.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>fastjson</artifactId>
+            <version>1.2.15</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-core-asl</artifactId>
+            <version>1.9.13</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+            <version>1.9.13</version>
+        </dependency>
+        <dependency>
+            <groupId>io.jsonwebtoken</groupId>
+            <artifactId>jjwt</artifactId>
+            <version>0.9.0</version>
+        </dependency>
+        <dependency>
+            <groupId>net.sf.flexjson</groupId>
+            <artifactId>flexjson</artifactId>
+            <version>2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>net.sf.json-lib</groupId>
+            <artifactId>json-lib</artifactId>
+            <version>2.4</version>
+            <classifier>jdk15</classifier>
+        </dependency>
+
     </dependencies>
 
     <build>
@@ -132,7 +138,7 @@
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <configuration>
                     <!-- 指定SpringBoot程序的main函数入口类 -->
-                    <mainClass>com.uas.UasFbApplication</mainClass>
+                    <mainClass>com.uas.UasLandrayApplication</mainClass>
                 </configuration>
 
                 <executions>

+ 60 - 0
src/main/java/com/landray/kmss/km/review/webservice/AddReview.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.km.review.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for addReview complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="addReview">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://webservice.review.km.kmss.landray.com/}kmReviewParamterForm" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "addReview", propOrder = {
+    "arg0"
+})
+public class AddReview {
+
+    protected KmReviewParamterForm arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link KmReviewParamterForm }
+     *     
+     */
+    public KmReviewParamterForm getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link KmReviewParamterForm }
+     *     
+     */
+    public void setArg0(KmReviewParamterForm value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/km/review/webservice/AddReviewResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.km.review.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for addReviewResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="addReviewResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "addReviewResponse", propOrder = {
+    "_return"
+})
+public class AddReviewResponse {
+
+    @XmlElement(name = "return")
+    protected String _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setReturn(String value) {
+        this._return = value;
+    }
+
+}

+ 112 - 0
src/main/java/com/landray/kmss/km/review/webservice/AttachmentForm.java

@@ -0,0 +1,112 @@
+
+package com.landray.kmss.km.review.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for attachmentForm complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="attachmentForm">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="fdKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="fdFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="fdAttachment" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "attachmentForm", propOrder = {
+    "fdKey",
+    "fdFileName",
+    "fdAttachment"
+})
+public class AttachmentForm {
+
+    protected String fdKey;
+    protected String fdFileName;
+    protected byte[] fdAttachment;
+
+    /**
+     * Gets the value of the fdKey property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getFdKey() {
+        return fdKey;
+    }
+
+    /**
+     * Sets the value of the fdKey property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setFdKey(String value) {
+        this.fdKey = value;
+    }
+
+    /**
+     * Gets the value of the fdFileName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getFdFileName() {
+        return fdFileName;
+    }
+
+    /**
+     * Sets the value of the fdFileName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setFdFileName(String value) {
+        this.fdFileName = value;
+    }
+
+    /**
+     * Gets the value of the fdAttachment property.
+     * 
+     * @return
+     *     possible object is
+     *     byte[]
+     */
+    public byte[] getFdAttachment() {
+        return fdAttachment;
+    }
+
+    /**
+     * Sets the value of the fdAttachment property.
+     * 
+     * @param value
+     *     allowed object is
+     *     byte[]
+     */
+    public void setFdAttachment(byte[] value) {
+        this.fdAttachment = ((byte[]) value);
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/km/review/webservice/Exception.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.km.review.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for Exception complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="Exception">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Exception", propOrder = {
+    "message"
+})
+public class Exception {
+
+    protected String message;
+
+    /**
+     * Gets the value of the message property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getMessage() {
+        return message;
+    }
+
+    /**
+     * Sets the value of the message property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setMessage(String value) {
+        this.message = value;
+    }
+
+}

+ 43 - 0
src/main/java/com/landray/kmss/km/review/webservice/Exception_Exception.java

@@ -0,0 +1,43 @@
+
+package com.landray.kmss.km.review.webservice;
+
+import javax.xml.ws.WebFault;
+
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:48:30.573+08:00
+ * Generated source version: 2.4.2
+ */
+
+@WebFault(name = "Exception", targetNamespace = "http://webservice.review.km.kmss.landray.com/")
+public class Exception_Exception extends java.lang.Exception {
+    
+    private com.landray.kmss.km.review.webservice.Exception exception;
+
+    public Exception_Exception() {
+        super();
+    }
+    
+    public Exception_Exception(String message) {
+        super(message);
+    }
+    
+    public Exception_Exception(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public Exception_Exception(String message, com.landray.kmss.km.review.webservice.Exception exception) {
+        super(message);
+        this.exception = exception;
+    }
+
+    public Exception_Exception(String message, com.landray.kmss.km.review.webservice.Exception exception, Throwable cause) {
+        super(message, cause);
+        this.exception = exception;
+    }
+
+    public com.landray.kmss.km.review.webservice.Exception getFaultInfo() {
+        return this.exception;
+    }
+}

+ 29 - 0
src/main/java/com/landray/kmss/km/review/webservice/IKmReviewWebserviceService.java

@@ -0,0 +1,29 @@
+package com.landray.kmss.km.review.webservice;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:48:30.577+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+@WebService(targetNamespace = "http://webservice.review.km.kmss.landray.com/", name = "IKmReviewWebserviceService")
+@XmlSeeAlso({ObjectFactory.class})
+public interface IKmReviewWebserviceService {
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "addReview", targetNamespace = "http://webservice.review.km.kmss.landray.com/", className = "com.landray.kmss.km.review.webservice.AddReview")
+    @WebMethod
+    @ResponseWrapper(localName = "addReviewResponse", targetNamespace = "http://webservice.review.km.kmss.landray.com/", className = "com.landray.kmss.km.review.webservice.AddReviewResponse")
+    public String addReview(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    KmReviewParamterForm arg0
+    ) throws Exception_Exception;
+}

+ 93 - 0
src/main/java/com/landray/kmss/km/review/webservice/IKmReviewWebserviceServiceService.java

@@ -0,0 +1,93 @@
+package com.landray.kmss.km.review.webservice;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceFeature;
+import javax.xml.ws.Service;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:48:30.581+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+@WebServiceClient(name = "IKmReviewWebserviceServiceService", 
+                  wsdlLocation = "http://oa.seg.com.cn:8081/sys/webservice/kmReviewWebserviceService?wsdl",
+                  targetNamespace = "http://webservice.review.km.kmss.landray.com/") 
+public class IKmReviewWebserviceServiceService extends Service {
+
+    public final static URL WSDL_LOCATION;
+
+    public final static QName SERVICE = new QName("http://webservice.review.km.kmss.landray.com/", "IKmReviewWebserviceServiceService");
+    public final static QName IKmReviewWebserviceServicePort = new QName("http://webservice.review.km.kmss.landray.com/", "IKmReviewWebserviceServicePort");
+    static {
+        URL url = null;
+        try {
+            url = new URL("http://oa.seg.com.cn:8081/sys/webservice/kmReviewWebserviceService?wsdl");
+        } catch (MalformedURLException e) {
+            java.util.logging.Logger.getLogger(IKmReviewWebserviceServiceService.class.getName())
+                .log(java.util.logging.Level.INFO, 
+                     "Can not initialize the default wsdl from {0}", "http://oa.seg.com.cn:8081/sys/webservice/kmReviewWebserviceService?wsdl");
+        }
+        WSDL_LOCATION = url;
+    }
+
+    public IKmReviewWebserviceServiceService(URL wsdlLocation) {
+        super(wsdlLocation, SERVICE);
+    }
+
+    public IKmReviewWebserviceServiceService(URL wsdlLocation, QName serviceName) {
+        super(wsdlLocation, serviceName);
+    }
+
+    public IKmReviewWebserviceServiceService() {
+        super(WSDL_LOCATION, SERVICE);
+    }
+    
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public IKmReviewWebserviceServiceService(WebServiceFeature ... features) {
+        super(WSDL_LOCATION, SERVICE, features);
+    }
+
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public IKmReviewWebserviceServiceService(URL wsdlLocation, WebServiceFeature ... features) {
+        super(wsdlLocation, SERVICE, features);
+    }
+
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public IKmReviewWebserviceServiceService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
+        super(wsdlLocation, serviceName, features);
+    }
+
+    /**
+     *
+     * @return
+     *     returns IKmReviewWebserviceService
+     */
+    @WebEndpoint(name = "IKmReviewWebserviceServicePort")
+    public IKmReviewWebserviceService getIKmReviewWebserviceServicePort() {
+        return super.getPort(IKmReviewWebserviceServicePort, IKmReviewWebserviceService.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns IKmReviewWebserviceService
+     */
+    @WebEndpoint(name = "IKmReviewWebserviceServicePort")
+    public IKmReviewWebserviceService getIKmReviewWebserviceServicePort(WebServiceFeature... features) {
+        return super.getPort(IKmReviewWebserviceServicePort, IKmReviewWebserviceService.class, features);
+    }
+
+}

+ 61 - 0
src/main/java/com/landray/kmss/km/review/webservice/IKmReviewWebserviceService_IKmReviewWebserviceServicePort_Client.java

@@ -0,0 +1,61 @@
+
+package com.landray.kmss.km.review.webservice;
+
+/**
+ * Please modify this class to meet your needs
+ * This class is not complete
+ */
+
+import java.io.File;
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:48:30.565+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+public final class IKmReviewWebserviceService_IKmReviewWebserviceServicePort_Client {
+
+    private static final QName SERVICE_NAME = new QName("http://webservice.review.km.kmss.landray.com/", "IKmReviewWebserviceServiceService");
+
+    private IKmReviewWebserviceService_IKmReviewWebserviceServicePort_Client() {
+    }
+
+    public static void main(String args[]) throws java.lang.Exception {
+        URL wsdlURL = IKmReviewWebserviceServiceService.WSDL_LOCATION;
+        if (args.length > 0 && args[0] != null && !"".equals(args[0])) { 
+            File wsdlFile = new File(args[0]);
+            try {
+                if (wsdlFile.exists()) {
+                    wsdlURL = wsdlFile.toURI().toURL();
+                } else {
+                    wsdlURL = new URL(args[0]);
+                }
+            } catch (MalformedURLException e) {
+                e.printStackTrace();
+            }
+        }
+      
+        IKmReviewWebserviceServiceService ss = new IKmReviewWebserviceServiceService(wsdlURL, SERVICE_NAME);
+        IKmReviewWebserviceService port = ss.getIKmReviewWebserviceServicePort();  
+        
+        {
+        System.out.println("Invoking addReview...");
+        com.landray.kmss.km.review.webservice.KmReviewParamterForm _addReview_arg0 = new com.landray.kmss.km.review.webservice.KmReviewParamterForm();
+        try {
+            String _addReview__return = port.addReview(_addReview_arg0);
+            System.out.println("addReview.result=" + _addReview__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+
+        System.exit(0);
+    }
+
+}

+ 312 - 0
src/main/java/com/landray/kmss/km/review/webservice/KmReviewParamterForm.java

@@ -0,0 +1,312 @@
+
+package com.landray.kmss.km.review.webservice;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for kmReviewParamterForm complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="kmReviewParamterForm">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="attachmentForms" type="{http://webservice.review.km.kmss.landray.com/}attachmentForm" maxOccurs="unbounded" minOccurs="0"/>
+ *         &lt;element name="docContent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docCreator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docProperty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docSubject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="fdKeyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="fdTemplateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="flowParam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="formValues" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "kmReviewParamterForm", propOrder = {
+    "attachmentForms",
+    "docContent",
+    "docCreator",
+    "docProperty",
+    "docStatus",
+    "docSubject",
+    "fdKeyword",
+    "fdTemplateId",
+    "flowParam",
+    "formValues"
+})
+public class KmReviewParamterForm {
+
+    @XmlElement(nillable = true)
+    protected List<AttachmentForm> attachmentForms;
+    protected String docContent;
+    protected String docCreator;
+    protected String docProperty;
+    protected String docStatus;
+    protected String docSubject;
+    protected String fdKeyword;
+    protected String fdTemplateId;
+    protected String flowParam;
+    protected String formValues;
+
+    /**
+     * Gets the value of the attachmentForms property.
+     * 
+     * <p>
+     * This accessor method returns a reference to the live list,
+     * not a snapshot. Therefore any modification you make to the
+     * returned list will be present inside the JAXB object.
+     * This is why there is not a <CODE>set</CODE> method for the attachmentForms property.
+     * 
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getAttachmentForms().add(newItem);
+     * </pre>
+     * 
+     * 
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link AttachmentForm }
+     * 
+     * 
+     */
+    public List<AttachmentForm> getAttachmentForms() {
+        if (attachmentForms == null) {
+            attachmentForms = new ArrayList<AttachmentForm>();
+        }
+        return this.attachmentForms;
+    }
+
+    /**
+     * Gets the value of the docContent property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getDocContent() {
+        return docContent;
+    }
+
+    /**
+     * Sets the value of the docContent property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setDocContent(String value) {
+        this.docContent = value;
+    }
+
+    /**
+     * Gets the value of the docCreator property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getDocCreator() {
+        return docCreator;
+    }
+
+    /**
+     * Sets the value of the docCreator property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setDocCreator(String value) {
+        this.docCreator = value;
+    }
+
+    /**
+     * Gets the value of the docProperty property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getDocProperty() {
+        return docProperty;
+    }
+
+    /**
+     * Sets the value of the docProperty property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setDocProperty(String value) {
+        this.docProperty = value;
+    }
+
+    /**
+     * Gets the value of the docStatus property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getDocStatus() {
+        return docStatus;
+    }
+
+    /**
+     * Sets the value of the docStatus property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setDocStatus(String value) {
+        this.docStatus = value;
+    }
+
+    /**
+     * Gets the value of the docSubject property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getDocSubject() {
+        return docSubject;
+    }
+
+    /**
+     * Sets the value of the docSubject property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setDocSubject(String value) {
+        this.docSubject = value;
+    }
+
+    /**
+     * Gets the value of the fdKeyword property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getFdKeyword() {
+        return fdKeyword;
+    }
+
+    /**
+     * Sets the value of the fdKeyword property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setFdKeyword(String value) {
+        this.fdKeyword = value;
+    }
+
+    /**
+     * Gets the value of the fdTemplateId property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getFdTemplateId() {
+        return fdTemplateId;
+    }
+
+    /**
+     * Sets the value of the fdTemplateId property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setFdTemplateId(String value) {
+        this.fdTemplateId = value;
+    }
+
+    /**
+     * Gets the value of the flowParam property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getFlowParam() {
+        return flowParam;
+    }
+
+    /**
+     * Sets the value of the flowParam property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setFlowParam(String value) {
+        this.flowParam = value;
+    }
+
+    /**
+     * Gets the value of the formValues property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getFormValues() {
+        return formValues;
+    }
+
+    /**
+     * Sets the value of the formValues property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setFormValues(String value) {
+        this.formValues = value;
+    }
+
+}

+ 105 - 0
src/main/java/com/landray/kmss/km/review/webservice/ObjectFactory.java

@@ -0,0 +1,105 @@
+
+package com.landray.kmss.km.review.webservice;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each 
+ * Java content interface and Java element interface 
+ * generated in the com.landray.kmss.km.review.webservice package. 
+ * <p>An ObjectFactory allows you to programatically 
+ * construct new instances of the Java representation 
+ * for XML content. The Java representation of XML 
+ * content can consist of schema derived interfaces 
+ * and classes representing the binding of schema 
+ * type definitions, element declarations and model 
+ * groups.  Factory methods for each of these are 
+ * provided in this class.
+ * 
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+    private final static QName _AddReview_QNAME = new QName("http://webservice.review.km.kmss.landray.com/", "addReview");
+    private final static QName _AddReviewResponse_QNAME = new QName("http://webservice.review.km.kmss.landray.com/", "addReviewResponse");
+    private final static QName _Exception_QNAME = new QName("http://webservice.review.km.kmss.landray.com/", "Exception");
+
+    /**
+     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.landray.kmss.km.review.webservice
+     * 
+     */
+    public ObjectFactory() {
+    }
+
+    /**
+     * Create an instance of {@link java.lang.Exception }
+     * 
+     */
+    public java.lang.Exception createException() {
+        return new java.lang.Exception();
+    }
+
+    /**
+     * Create an instance of {@link AddReviewResponse }
+     * 
+     */
+    public AddReviewResponse createAddReviewResponse() {
+        return new AddReviewResponse();
+    }
+
+    /**
+     * Create an instance of {@link AddReview }
+     * 
+     */
+    public AddReview createAddReview() {
+        return new AddReview();
+    }
+
+    /**
+     * Create an instance of {@link KmReviewParamterForm }
+     * 
+     */
+    public KmReviewParamterForm createKmReviewParamterForm() {
+        return new KmReviewParamterForm();
+    }
+
+    /**
+     * Create an instance of {@link AttachmentForm }
+     * 
+     */
+    public AttachmentForm createAttachmentForm() {
+        return new AttachmentForm();
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link AddReview }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.review.km.kmss.landray.com/", name = "addReview")
+    public JAXBElement<AddReview> createAddReview(AddReview value) {
+        return new JAXBElement<AddReview>(_AddReview_QNAME, AddReview.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link AddReviewResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.review.km.kmss.landray.com/", name = "addReviewResponse")
+    public JAXBElement<AddReviewResponse> createAddReviewResponse(AddReviewResponse value) {
+        return new JAXBElement<AddReviewResponse>(_AddReviewResponse_QNAME, AddReviewResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link java.lang.Exception }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.review.km.kmss.landray.com/", name = "Exception")
+    public JAXBElement<java.lang.Exception> createException(java.lang.Exception value) {
+        return new JAXBElement<java.lang.Exception>(_Exception_QNAME, java.lang.Exception.class, null, value);
+    }
+
+}

+ 2 - 0
src/main/java/com/landray/kmss/km/review/webservice/package-info.java

@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://webservice.review.km.kmss.landray.com/")
+package com.landray.kmss.km.review.webservice;

+ 60 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/AddReview.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.seg.hetong.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for addReview complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="addReview">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://webservice.hetong.seg.kmss.landray.com/}segHetongParamterForm" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "addReview", propOrder = {
+    "arg0"
+})
+public class AddReview {
+
+    protected SegHetongParamterForm arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SegHetongParamterForm }
+     *     
+     */
+    public SegHetongParamterForm getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SegHetongParamterForm }
+     *     
+     */
+    public void setArg0(SegHetongParamterForm value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/AddReviewResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.seg.hetong.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for addReviewResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="addReviewResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "addReviewResponse", propOrder = {
+    "_return"
+})
+public class AddReviewResponse {
+
+    @XmlElement(name = "return")
+    protected String _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setReturn(String value) {
+        this._return = value;
+    }
+
+}

+ 112 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/AttachmentForm.java

@@ -0,0 +1,112 @@
+
+package com.landray.kmss.seg.hetong.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for attachmentForm complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="attachmentForm">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="fdKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="fdFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="fdAttachment" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "attachmentForm", propOrder = {
+    "fdKey",
+    "fdFileName",
+    "fdAttachment"
+})
+public class AttachmentForm {
+
+    protected String fdKey;
+    protected String fdFileName;
+    protected byte[] fdAttachment;
+
+    /**
+     * Gets the value of the fdKey property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getFdKey() {
+        return fdKey;
+    }
+
+    /**
+     * Sets the value of the fdKey property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setFdKey(String value) {
+        this.fdKey = value;
+    }
+
+    /**
+     * Gets the value of the fdFileName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getFdFileName() {
+        return fdFileName;
+    }
+
+    /**
+     * Sets the value of the fdFileName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setFdFileName(String value) {
+        this.fdFileName = value;
+    }
+
+    /**
+     * Gets the value of the fdAttachment property.
+     * 
+     * @return
+     *     possible object is
+     *     byte[]
+     */
+    public byte[] getFdAttachment() {
+        return fdAttachment;
+    }
+
+    /**
+     * Sets the value of the fdAttachment property.
+     * 
+     * @param value
+     *     allowed object is
+     *     byte[]
+     */
+    public void setFdAttachment(byte[] value) {
+        this.fdAttachment = ((byte[]) value);
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/Exception.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.seg.hetong.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for Exception complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="Exception">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Exception", propOrder = {
+    "message"
+})
+public class Exception {
+
+    protected String message;
+
+    /**
+     * Gets the value of the message property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getMessage() {
+        return message;
+    }
+
+    /**
+     * Sets the value of the message property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setMessage(String value) {
+        this.message = value;
+    }
+
+}

+ 43 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/Exception_Exception.java

@@ -0,0 +1,43 @@
+
+package com.landray.kmss.seg.hetong.webservice;
+
+import javax.xml.ws.WebFault;
+
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-05-31T19:06:41.471+08:00
+ * Generated source version: 2.4.2
+ */
+
+@WebFault(name = "Exception", targetNamespace = "http://webservice.hetong.seg.kmss.landray.com/")
+public class Exception_Exception extends java.lang.Exception {
+    
+    private Exception exception;
+
+    public Exception_Exception() {
+        super();
+    }
+    
+    public Exception_Exception(String message) {
+        super(message);
+    }
+    
+    public Exception_Exception(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public Exception_Exception(String message, Exception exception) {
+        super(message);
+        this.exception = exception;
+    }
+
+    public Exception_Exception(String message, Exception exception, Throwable cause) {
+        super(message, cause);
+        this.exception = exception;
+    }
+
+    public Exception getFaultInfo() {
+        return this.exception;
+    }
+}

+ 26 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/ISegHetongWebserviceService.java

@@ -0,0 +1,26 @@
+package com.landray.kmss.seg.hetong.webservice;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-05-31T19:06:41.478+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+@WebService(targetNamespace = "http://webservice.hetong.seg.kmss.landray.com/", name = "ISegHetongWebserviceService")
+@XmlSeeAlso({ObjectFactory.class})
+public interface ISegHetongWebserviceService {
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "addReview", targetNamespace = "http://webservice.hetong.seg.kmss.landray.com/", className = "com.landray.kmss.seg.hetong.webservice.AddReview")
+    @WebMethod
+    @ResponseWrapper(localName = "addReviewResponse", targetNamespace = "http://webservice.hetong.seg.kmss.landray.com/", className = "com.landray.kmss.seg.hetong.webservice.AddReviewResponse")
+    public String addReview(@WebParam(name = "arg0", targetNamespace = "")  com.landray.kmss.seg.hetong.webservice.SegHetongParamterForm arg0) throws Exception_Exception;
+}

+ 93 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/ISegHetongWebserviceServiceService.java

@@ -0,0 +1,93 @@
+package com.landray.kmss.seg.hetong.webservice;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceFeature;
+import javax.xml.ws.Service;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-05-31T19:06:41.485+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+@WebServiceClient(name = "ISegHetongWebserviceServiceService", 
+                  wsdlLocation = "http://oa.seg.com.cn:8081/sys/webservice/segHetongWebserviceService?wsdl",
+                  targetNamespace = "http://webservice.hetong.seg.kmss.landray.com/") 
+public class ISegHetongWebserviceServiceService extends Service {
+
+    public final static URL WSDL_LOCATION;
+
+    public final static QName SERVICE = new QName("http://webservice.hetong.seg.kmss.landray.com/", "ISegHetongWebserviceServiceService");
+    public final static QName ISegHetongWebserviceServicePort = new QName("http://webservice.hetong.seg.kmss.landray.com/", "ISegHetongWebserviceServicePort");
+    static {
+        URL url = null;
+        try {
+            url = new URL("http://oa.seg.com.cn:8081/sys/webservice/segHetongWebserviceService?wsdl");
+        } catch (MalformedURLException e) {
+            java.util.logging.Logger.getLogger(ISegHetongWebserviceServiceService.class.getName())
+                .log(java.util.logging.Level.INFO, 
+                     "Can not initialize the default wsdl from {0}", "http://oa.seg.com.cn:8081/sys/webservice/segHetongWebserviceService?wsdl");
+        }
+        WSDL_LOCATION = url;
+    }
+
+    public ISegHetongWebserviceServiceService(URL wsdlLocation) {
+        super(wsdlLocation, SERVICE);
+    }
+
+    public ISegHetongWebserviceServiceService(URL wsdlLocation, QName serviceName) {
+        super(wsdlLocation, serviceName);
+    }
+
+    public ISegHetongWebserviceServiceService() {
+        super(WSDL_LOCATION, SERVICE);
+    }
+    
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISegHetongWebserviceServiceService(WebServiceFeature ... features) {
+        super(WSDL_LOCATION, SERVICE, features);
+    }
+
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISegHetongWebserviceServiceService(URL wsdlLocation, WebServiceFeature ... features) {
+        super(wsdlLocation, SERVICE, features);
+    }
+
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISegHetongWebserviceServiceService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
+        super(wsdlLocation, serviceName, features);
+    }
+
+    /**
+     *
+     * @return
+     *     returns ISegHetongWebserviceService
+     */
+    @WebEndpoint(name = "ISegHetongWebserviceServicePort")
+    public ISegHetongWebserviceService getISegHetongWebserviceServicePort() {
+        return super.getPort(ISegHetongWebserviceServicePort, ISegHetongWebserviceService.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns ISegHetongWebserviceService
+     */
+    @WebEndpoint(name = "ISegHetongWebserviceServicePort")
+    public ISegHetongWebserviceService getISegHetongWebserviceServicePort(WebServiceFeature... features) {
+        return super.getPort(ISegHetongWebserviceServicePort, ISegHetongWebserviceService.class, features);
+    }
+
+}

+ 68 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/ISegHetongWebserviceService_ISegHetongWebserviceServicePort_Client.java

@@ -0,0 +1,68 @@
+
+package com.landray.kmss.seg.hetong.webservice;
+
+/**
+ * Please modify this class to meet your needs
+ * This class is not complete
+ */
+
+import java.io.File;
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-05-31T19:06:41.453+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+public final class ISegHetongWebserviceService_ISegHetongWebserviceServicePort_Client {
+
+    private static final QName SERVICE_NAME = new QName("http://webservice.hetong.seg.kmss.landray.com/", "ISegHetongWebserviceServiceService");
+
+    private ISegHetongWebserviceService_ISegHetongWebserviceServicePort_Client() {
+    }
+
+    public static void main(String args[]) throws java.lang.Exception {
+        URL wsdlURL = ISegHetongWebserviceServiceService.WSDL_LOCATION;
+        if (args.length > 0 && args[0] != null && !"".equals(args[0])) { 
+            File wsdlFile = new File(args[0]);
+            try {
+                if (wsdlFile.exists()) {
+                    wsdlURL = wsdlFile.toURI().toURL();
+                } else {
+                    wsdlURL = new URL(args[0]);
+                }
+            } catch (MalformedURLException e) {
+                e.printStackTrace();
+            }
+        }
+      
+        ISegHetongWebserviceServiceService ss = new ISegHetongWebserviceServiceService(wsdlURL, SERVICE_NAME);
+        ISegHetongWebserviceService port = ss.getISegHetongWebserviceServicePort();  
+        
+        {
+        System.out.println("Invoking addReview...");
+        SegHetongParamterForm _addReview_arg0 = new SegHetongParamterForm();
+        try {
+            String _addReview__return = port.addReview(_addReview_arg0);
+            System.out.println("addReview.result=" + _addReview__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+
+        System.exit(0);
+    }
+
+}

+ 105 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/ObjectFactory.java

@@ -0,0 +1,105 @@
+
+package com.landray.kmss.seg.hetong.webservice;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each 
+ * Java content interface and Java element interface 
+ * generated in the com.landray.kmss.seg.hetong.webservice package. 
+ * <p>An ObjectFactory allows you to programatically 
+ * construct new instances of the Java representation 
+ * for XML content. The Java representation of XML 
+ * content can consist of schema derived interfaces 
+ * and classes representing the binding of schema 
+ * type definitions, element declarations and model 
+ * groups.  Factory methods for each of these are 
+ * provided in this class.
+ * 
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+    private final static QName _AddReview_QNAME = new QName("http://webservice.hetong.seg.kmss.landray.com/", "addReview");
+    private final static QName _Exception_QNAME = new QName("http://webservice.hetong.seg.kmss.landray.com/", "Exception");
+    private final static QName _AddReviewResponse_QNAME = new QName("http://webservice.hetong.seg.kmss.landray.com/", "addReviewResponse");
+
+    /**
+     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.landray.kmss.seg.hetong.webservice
+     * 
+     */
+    public ObjectFactory() {
+    }
+
+    /**
+     * Create an instance of {@link Exception }
+     * 
+     */
+    public Exception createException() {
+        return new Exception();
+    }
+
+    /**
+     * Create an instance of {@link AddReviewResponse }
+     * 
+     */
+    public AddReviewResponse createAddReviewResponse() {
+        return new AddReviewResponse();
+    }
+
+    /**
+     * Create an instance of {@link AddReview }
+     * 
+     */
+    public AddReview createAddReview() {
+        return new AddReview();
+    }
+
+    /**
+     * Create an instance of {@link SegHetongParamterForm }
+     * 
+     */
+    public SegHetongParamterForm createSegHetongParamterForm() {
+        return new SegHetongParamterForm();
+    }
+
+    /**
+     * Create an instance of {@link AttachmentForm }
+     * 
+     */
+    public AttachmentForm createAttachmentForm() {
+        return new AttachmentForm();
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link AddReview }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.hetong.seg.kmss.landray.com/", name = "addReview")
+    public JAXBElement<AddReview> createAddReview(AddReview value) {
+        return new JAXBElement<AddReview>(_AddReview_QNAME, AddReview.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link Exception }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.hetong.seg.kmss.landray.com/", name = "Exception")
+    public JAXBElement<Exception> createException(Exception value) {
+        return new JAXBElement<Exception>(_Exception_QNAME, Exception.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link AddReviewResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.hetong.seg.kmss.landray.com/", name = "addReviewResponse")
+    public JAXBElement<AddReviewResponse> createAddReviewResponse(AddReviewResponse value) {
+        return new JAXBElement<AddReviewResponse>(_AddReviewResponse_QNAME, AddReviewResponse.class, null, value);
+    }
+
+}

+ 311 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/SegHetongParamterForm.java

@@ -0,0 +1,311 @@
+package com.landray.kmss.seg.hetong.webservice;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for segHetongParamterForm complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * &lt;complexType name="segHetongParamterForm">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="attachmentForms" type="{http://webservice.hetong.seg.kmss.landray.com/}attachmentForm" maxOccurs="unbounded" minOccurs="0"/>
+ *         &lt;element name="docContent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docCreator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docProperty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docSubject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="fdKeyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="fdTemplateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="flowParam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="formValues" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "segHetongParamterForm", propOrder = {
+        "attachmentForms",
+        "docContent",
+        "docCreator",
+        "docProperty",
+        "docStatus",
+        "docSubject",
+        "fdKeyword",
+        "fdTemplateId",
+        "flowParam",
+        "formValues"
+})
+public class SegHetongParamterForm {
+
+    @XmlElement(nillable = true)
+    protected List<AttachmentForm> attachmentForms;
+    protected String docContent;
+    protected String docCreator;
+    protected String docProperty;
+    protected String docStatus;
+    protected String docSubject;
+    protected String fdKeyword;
+    protected String fdTemplateId;
+    protected String flowParam;
+    protected String formValues;
+
+    /**
+     * Gets the value of the attachmentForms property.
+     *
+     * <p>
+     * This accessor method returns a reference to the live list,
+     * not a snapshot. Therefore any modification you make to the
+     * returned list will be present inside the JAXB object.
+     * This is why there is not a <CODE>set</CODE> method for the attachmentForms property.
+     *
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getAttachmentForms().add(newItem);
+     * </pre>
+     *
+     *
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link AttachmentForm }
+     *
+     *
+     */
+    public List<AttachmentForm> getAttachmentForms() {
+        if (attachmentForms == null) {
+            attachmentForms = new ArrayList<AttachmentForm>();
+        }
+        return this.attachmentForms;
+    }
+
+    /**
+     * Gets the value of the docContent property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getDocContent() {
+        return docContent;
+    }
+
+    /**
+     * Sets the value of the docContent property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setDocContent(String value) {
+        this.docContent = value;
+    }
+
+    /**
+     * Gets the value of the docCreator property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getDocCreator() {
+        return docCreator;
+    }
+
+    /**
+     * Sets the value of the docCreator property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setDocCreator(String value) {
+        this.docCreator = value;
+    }
+
+    /**
+     * Gets the value of the docProperty property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getDocProperty() {
+        return docProperty;
+    }
+
+    /**
+     * Sets the value of the docProperty property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setDocProperty(String value) {
+        this.docProperty = value;
+    }
+
+    /**
+     * Gets the value of the docStatus property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getDocStatus() {
+        return docStatus;
+    }
+
+    /**
+     * Sets the value of the docStatus property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setDocStatus(String value) {
+        this.docStatus = value;
+    }
+
+    /**
+     * Gets the value of the docSubject property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getDocSubject() {
+        return docSubject;
+    }
+
+    /**
+     * Sets the value of the docSubject property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setDocSubject(String value) {
+        this.docSubject = value;
+    }
+
+    /**
+     * Gets the value of the fdKeyword property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getFdKeyword() {
+        return fdKeyword;
+    }
+
+    /**
+     * Sets the value of the fdKeyword property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setFdKeyword(String value) {
+        this.fdKeyword = value;
+    }
+
+    /**
+     * Gets the value of the fdTemplateId property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getFdTemplateId() {
+        return fdTemplateId;
+    }
+
+    /**
+     * Sets the value of the fdTemplateId property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setFdTemplateId(String value) {
+        this.fdTemplateId = value;
+    }
+
+    /**
+     * Gets the value of the flowParam property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getFlowParam() {
+        return flowParam;
+    }
+
+    /**
+     * Sets the value of the flowParam property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setFlowParam(String value) {
+        this.flowParam = value;
+    }
+
+    /**
+     * Gets the value of the formValues property.
+     *
+     * @return
+     *     possible object is
+     *     {@link String }
+     *
+     */
+    public String getFormValues() {
+        return formValues;
+    }
+
+    /**
+     * Sets the value of the formValues property.
+     *
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *
+     */
+    public void setFormValues(String value) {
+        this.formValues = value;
+    }
+
+}

+ 2 - 0
src/main/java/com/landray/kmss/seg/hetong/webservice/package-info.java

@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://webservice.hetong.seg.kmss.landray.com/")
+package com.landray.kmss.seg.hetong.webservice;

+ 60 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/DeleteTodo.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for deleteTodo complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="deleteTodo">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoRemoveContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "deleteTodo", propOrder = {
+    "arg0"
+})
+public class DeleteTodo {
+
+    protected NotifyTodoRemoveContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoRemoveContext }
+     *     
+     */
+    public NotifyTodoRemoveContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoRemoveContext }
+     *     
+     */
+    public void setArg0(NotifyTodoRemoveContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/DeleteTodoResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for deleteTodoResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="deleteTodoResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoAppResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "deleteTodoResponse", propOrder = {
+    "_return"
+})
+public class DeleteTodoResponse {
+
+    @XmlElement(name = "return")
+    protected NotifyTodoAppResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public NotifyTodoAppResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public void setReturn(NotifyTodoAppResult value) {
+        this._return = value;
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/Exception.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for Exception complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="Exception">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Exception", propOrder = {
+    "message"
+})
+public class Exception {
+
+    protected String message;
+
+    /**
+     * Gets the value of the message property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getMessage() {
+        return message;
+    }
+
+    /**
+     * Sets the value of the message property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setMessage(String value) {
+        this.message = value;
+    }
+
+}

+ 43 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/Exception_Exception.java

@@ -0,0 +1,43 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.ws.WebFault;
+
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:45:42.017+08:00
+ * Generated source version: 2.4.2
+ */
+
+@WebFault(name = "Exception", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/")
+public class Exception_Exception extends java.lang.Exception {
+    
+    private Exception exception;
+
+    public Exception_Exception() {
+        super();
+    }
+    
+    public Exception_Exception(String message) {
+        super(message);
+    }
+    
+    public Exception_Exception(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public Exception_Exception(String message, Exception exception) {
+        super(message);
+        this.exception = exception;
+    }
+
+    public Exception_Exception(String message, Exception exception, Throwable cause) {
+        super(message, cause);
+        this.exception = exception;
+    }
+
+    public Exception getFaultInfo() {
+        return this.exception;
+    }
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/GetTodo.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for getTodo complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="getTodo">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoGetContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getTodo", propOrder = {
+    "arg0"
+})
+public class GetTodo {
+
+    protected NotifyTodoGetContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoGetContext }
+     *     
+     */
+    public NotifyTodoGetContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoGetContext }
+     *     
+     */
+    public void setArg0(NotifyTodoGetContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/GetTodoCount.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for getTodoCount complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="getTodoCount">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoGetCountContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getTodoCount", propOrder = {
+    "arg0"
+})
+public class GetTodoCount {
+
+    protected NotifyTodoGetCountContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoGetCountContext }
+     *     
+     */
+    public NotifyTodoGetCountContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoGetCountContext }
+     *     
+     */
+    public void setArg0(NotifyTodoGetCountContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/GetTodoCountResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for getTodoCountResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="getTodoCountResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoAppResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getTodoCountResponse", propOrder = {
+    "_return"
+})
+public class GetTodoCountResponse {
+
+    @XmlElement(name = "return")
+    protected NotifyTodoAppResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public NotifyTodoAppResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public void setReturn(NotifyTodoAppResult value) {
+        this._return = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/GetTodoResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for getTodoResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="getTodoResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoAppResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "getTodoResponse", propOrder = {
+    "_return"
+})
+public class GetTodoResponse {
+
+    @XmlElement(name = "return")
+    protected NotifyTodoAppResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public NotifyTodoAppResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public void setReturn(NotifyTodoAppResult value) {
+        this._return = value;
+    }
+
+}

+ 74 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/ISysNotifyTodoWebService.java

@@ -0,0 +1,74 @@
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:45:42.024+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+@WebService(targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", name = "ISysNotifyTodoWebService")
+@XmlSeeAlso({ObjectFactory.class})
+public interface ISysNotifyTodoWebService {
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "updateTodo", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.UpdateTodo")
+    @WebMethod
+    @ResponseWrapper(localName = "updateTodoResponse", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.UpdateTodoResponse")
+    public NotifyTodoAppResult updateTodo(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    NotifyTodoUpdateContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "setTodoDone", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.SetTodoDone")
+    @WebMethod
+    @ResponseWrapper(localName = "setTodoDoneResponse", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.SetTodoDoneResponse")
+    public NotifyTodoAppResult setTodoDone(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    NotifyTodoRemoveContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "getTodo", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.GetTodo")
+    @WebMethod
+    @ResponseWrapper(localName = "getTodoResponse", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.GetTodoResponse")
+    public NotifyTodoAppResult getTodo(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    NotifyTodoGetContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "getTodoCount", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.GetTodoCount")
+    @WebMethod
+    @ResponseWrapper(localName = "getTodoCountResponse", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.GetTodoCountResponse")
+    public NotifyTodoAppResult getTodoCount(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    com.landray.kmss.sys.notify.webservice.NotifyTodoGetCountContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "deleteTodo", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.DeleteTodo")
+    @WebMethod
+    @ResponseWrapper(localName = "deleteTodoResponse", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.DeleteTodoResponse")
+    public NotifyTodoAppResult deleteTodo(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    NotifyTodoRemoveContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "sendTodo", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.SendTodo")
+    @WebMethod
+    @ResponseWrapper(localName = "sendTodoResponse", targetNamespace = "http://webservice.notify.sys.kmss.landray.com/", className = "com.landray.kmss.sys.notify.webservice.SendTodoResponse")
+    public NotifyTodoAppResult sendTodo(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    NotifyTodoSendContext arg0
+    ) throws Exception_Exception;
+}

+ 93 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/ISysNotifyTodoWebServiceService.java

@@ -0,0 +1,93 @@
+package com.landray.kmss.sys.notify.webservice;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceFeature;
+import javax.xml.ws.Service;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:45:42.031+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+@WebServiceClient(name = "ISysNotifyTodoWebServiceService", 
+                  wsdlLocation = "http://oa.seg.com.cn:8081/sys/webservice/sysNotifyTodoWebService?wsdl",
+                  targetNamespace = "http://webservice.notify.sys.kmss.landray.com/") 
+public class ISysNotifyTodoWebServiceService extends Service {
+
+    public final static URL WSDL_LOCATION;
+
+    public final static QName SERVICE = new QName("http://webservice.notify.sys.kmss.landray.com/", "ISysNotifyTodoWebServiceService");
+    public final static QName ISysNotifyTodoWebServicePort = new QName("http://webservice.notify.sys.kmss.landray.com/", "ISysNotifyTodoWebServicePort");
+    static {
+        URL url = null;
+        try {
+            url = new URL("http://oa.seg.com.cn:8081/sys/webservice/sysNotifyTodoWebService?wsdl");
+        } catch (MalformedURLException e) {
+            java.util.logging.Logger.getLogger(ISysNotifyTodoWebServiceService.class.getName())
+                .log(java.util.logging.Level.INFO, 
+                     "Can not initialize the default wsdl from {0}", "http://oa.seg.com.cn:8081/sys/webservice/sysNotifyTodoWebService?wsdl");
+        }
+        WSDL_LOCATION = url;
+    }
+
+    public ISysNotifyTodoWebServiceService(URL wsdlLocation) {
+        super(wsdlLocation, SERVICE);
+    }
+
+    public ISysNotifyTodoWebServiceService(URL wsdlLocation, QName serviceName) {
+        super(wsdlLocation, serviceName);
+    }
+
+    public ISysNotifyTodoWebServiceService() {
+        super(WSDL_LOCATION, SERVICE);
+    }
+    
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISysNotifyTodoWebServiceService(WebServiceFeature ... features) {
+        super(WSDL_LOCATION, SERVICE, features);
+    }
+
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISysNotifyTodoWebServiceService(URL wsdlLocation, WebServiceFeature ... features) {
+        super(wsdlLocation, SERVICE, features);
+    }
+
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISysNotifyTodoWebServiceService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
+        super(wsdlLocation, serviceName, features);
+    }
+
+    /**
+     *
+     * @return
+     *     returns ISysNotifyTodoWebService
+     */
+    @WebEndpoint(name = "ISysNotifyTodoWebServicePort")
+    public ISysNotifyTodoWebService getISysNotifyTodoWebServicePort() {
+        return super.getPort(ISysNotifyTodoWebServicePort, ISysNotifyTodoWebService.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns ISysNotifyTodoWebService
+     */
+    @WebEndpoint(name = "ISysNotifyTodoWebServicePort")
+    public ISysNotifyTodoWebService getISysNotifyTodoWebServicePort(WebServiceFeature... features) {
+        return super.getPort(ISysNotifyTodoWebServicePort, ISysNotifyTodoWebService.class, features);
+    }
+
+}

+ 128 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/ISysNotifyTodoWebService_ISysNotifyTodoWebServicePort_Client.java

@@ -0,0 +1,128 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+/**
+ * Please modify this class to meet your needs
+ * This class is not complete
+ */
+
+import java.io.File;
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:45:41.928+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+public final class ISysNotifyTodoWebService_ISysNotifyTodoWebServicePort_Client {
+
+    private static final QName SERVICE_NAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "ISysNotifyTodoWebServiceService");
+
+    private ISysNotifyTodoWebService_ISysNotifyTodoWebServicePort_Client() {
+    }
+
+    public static void main(String args[]) throws java.lang.Exception {
+        URL wsdlURL = ISysNotifyTodoWebServiceService.WSDL_LOCATION;
+        if (args.length > 0 && args[0] != null && !"".equals(args[0])) { 
+            File wsdlFile = new File(args[0]);
+            try {
+                if (wsdlFile.exists()) {
+                    wsdlURL = wsdlFile.toURI().toURL();
+                } else {
+                    wsdlURL = new URL(args[0]);
+                }
+            } catch (MalformedURLException e) {
+                e.printStackTrace();
+            }
+        }
+      
+        ISysNotifyTodoWebServiceService ss = new ISysNotifyTodoWebServiceService(wsdlURL, SERVICE_NAME);
+        ISysNotifyTodoWebService port = ss.getISysNotifyTodoWebServicePort();  
+        
+        {
+        System.out.println("Invoking updateTodo...");
+        NotifyTodoUpdateContext _updateTodo_arg0 = new NotifyTodoUpdateContext();
+        try {
+            NotifyTodoAppResult _updateTodo__return = port.updateTodo(_updateTodo_arg0);
+            System.out.println("updateTodo.result=" + _updateTodo__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking setTodoDone...");
+        NotifyTodoRemoveContext _setTodoDone_arg0 = new NotifyTodoRemoveContext();
+        try {
+            NotifyTodoAppResult _setTodoDone__return = port.setTodoDone(_setTodoDone_arg0);
+            System.out.println("setTodoDone.result=" + _setTodoDone__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking getTodo...");
+        NotifyTodoGetContext _getTodo_arg0 = new NotifyTodoGetContext();
+        try {
+            NotifyTodoAppResult _getTodo__return = port.getTodo(_getTodo_arg0);
+            System.out.println("getTodo.result=" + _getTodo__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking getTodoCount...");
+        NotifyTodoGetCountContext _getTodoCount_arg0 = new NotifyTodoGetCountContext();
+        try {
+            NotifyTodoAppResult _getTodoCount__return = port.getTodoCount(_getTodoCount_arg0);
+            System.out.println("getTodoCount.result=" + _getTodoCount__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking deleteTodo...");
+        NotifyTodoRemoveContext _deleteTodo_arg0 = new NotifyTodoRemoveContext();
+        try {
+            NotifyTodoAppResult _deleteTodo__return = port.deleteTodo(_deleteTodo_arg0);
+            System.out.println("deleteTodo.result=" + _deleteTodo__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking sendTodo...");
+        NotifyTodoSendContext _sendTodo_arg0 = new NotifyTodoSendContext();
+        try {
+            NotifyTodoAppResult _sendTodo__return = port.sendTodo(_sendTodo_arg0);
+            System.out.println("sendTodo.result=" + _sendTodo__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+
+        System.exit(0);
+    }
+
+}

+ 79 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoAppResult.java

@@ -0,0 +1,79 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for notifyTodoAppResult complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="notifyTodoAppResult">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="returnState" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "notifyTodoAppResult", propOrder = {
+    "message",
+    "returnState"
+})
+public class NotifyTodoAppResult {
+
+    protected String message;
+    protected int returnState;
+
+    /**
+     * Gets the value of the message property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getMessage() {
+        return message;
+    }
+
+    /**
+     * Sets the value of the message property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setMessage(String value) {
+        this.message = value;
+    }
+
+    /**
+     * Gets the value of the returnState property.
+     * 
+     */
+    public int getReturnState() {
+        return returnState;
+    }
+
+    /**
+     * Sets the value of the returnState property.
+     * 
+     */
+    public void setReturnState(int value) {
+        this.returnState = value;
+    }
+
+}

+ 144 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoGetContext.java

@@ -0,0 +1,144 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for notifyTodoGetContext complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="notifyTodoGetContext">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="otherCond" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="pageNo" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         &lt;element name="rowSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         &lt;element name="targets" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "notifyTodoGetContext", propOrder = {
+    "otherCond",
+    "pageNo",
+    "rowSize",
+    "targets",
+    "type"
+})
+public class NotifyTodoGetContext {
+
+    protected String otherCond;
+    protected int pageNo;
+    protected int rowSize;
+    protected String targets;
+    protected int type;
+
+    /**
+     * Gets the value of the otherCond property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getOtherCond() {
+        return otherCond;
+    }
+
+    /**
+     * Sets the value of the otherCond property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setOtherCond(String value) {
+        this.otherCond = value;
+    }
+
+    /**
+     * Gets the value of the pageNo property.
+     * 
+     */
+    public int getPageNo() {
+        return pageNo;
+    }
+
+    /**
+     * Sets the value of the pageNo property.
+     * 
+     */
+    public void setPageNo(int value) {
+        this.pageNo = value;
+    }
+
+    /**
+     * Gets the value of the rowSize property.
+     * 
+     */
+    public int getRowSize() {
+        return rowSize;
+    }
+
+    /**
+     * Sets the value of the rowSize property.
+     * 
+     */
+    public void setRowSize(int value) {
+        this.rowSize = value;
+    }
+
+    /**
+     * Gets the value of the targets property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getTargets() {
+        return targets;
+    }
+
+    /**
+     * Sets the value of the targets property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setTargets(String value) {
+        this.targets = value;
+    }
+
+    /**
+     * Gets the value of the type property.
+     * 
+     */
+    public int getType() {
+        return type;
+    }
+
+    /**
+     * Sets the value of the type property.
+     * 
+     */
+    public void setType(int value) {
+        this.type = value;
+    }
+
+}

+ 87 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoGetCountContext.java

@@ -0,0 +1,87 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for notifyTodoGetCountContext complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="notifyTodoGetCountContext">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="target" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="types" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "notifyTodoGetCountContext", propOrder = {
+    "target",
+    "types"
+})
+public class NotifyTodoGetCountContext {
+
+    protected String target;
+    protected String types;
+
+    /**
+     * Gets the value of the target property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getTarget() {
+        return target;
+    }
+
+    /**
+     * Sets the value of the target property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setTarget(String value) {
+        this.target = value;
+    }
+
+    /**
+     * Gets the value of the types property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getTypes() {
+        return types;
+    }
+
+    /**
+     * Sets the value of the types property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setTypes(String value) {
+        this.types = value;
+    }
+
+}

+ 287 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoRemoveContext.java

@@ -0,0 +1,287 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for notifyTodoRemoveContext complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="notifyTodoRemoveContext">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="appName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="modelId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="optType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         &lt;element name="others" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="param1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="param2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="targets" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "notifyTodoRemoveContext", propOrder = {
+    "appName",
+    "key",
+    "modelId",
+    "modelName",
+    "optType",
+    "others",
+    "param1",
+    "param2",
+    "targets",
+    "type"
+})
+public class NotifyTodoRemoveContext {
+
+    protected String appName;
+    protected String key;
+    protected String modelId;
+    protected String modelName;
+    protected int optType;
+    protected String others;
+    protected String param1;
+    protected String param2;
+    protected String targets;
+    protected int type;
+
+    /**
+     * Gets the value of the appName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getAppName() {
+        return appName;
+    }
+
+    /**
+     * Sets the value of the appName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setAppName(String value) {
+        this.appName = value;
+    }
+
+    /**
+     * Gets the value of the key property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getKey() {
+        return key;
+    }
+
+    /**
+     * Sets the value of the key property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setKey(String value) {
+        this.key = value;
+    }
+
+    /**
+     * Gets the value of the modelId property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getModelId() {
+        return modelId;
+    }
+
+    /**
+     * Sets the value of the modelId property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setModelId(String value) {
+        this.modelId = value;
+    }
+
+    /**
+     * Gets the value of the modelName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getModelName() {
+        return modelName;
+    }
+
+    /**
+     * Sets the value of the modelName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setModelName(String value) {
+        this.modelName = value;
+    }
+
+    /**
+     * Gets the value of the optType property.
+     * 
+     */
+    public int getOptType() {
+        return optType;
+    }
+
+    /**
+     * Sets the value of the optType property.
+     * 
+     */
+    public void setOptType(int value) {
+        this.optType = value;
+    }
+
+    /**
+     * Gets the value of the others property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getOthers() {
+        return others;
+    }
+
+    /**
+     * Sets the value of the others property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setOthers(String value) {
+        this.others = value;
+    }
+
+    /**
+     * Gets the value of the param1 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getParam1() {
+        return param1;
+    }
+
+    /**
+     * Sets the value of the param1 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setParam1(String value) {
+        this.param1 = value;
+    }
+
+    /**
+     * Gets the value of the param2 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getParam2() {
+        return param2;
+    }
+
+    /**
+     * Sets the value of the param2 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setParam2(String value) {
+        this.param2 = value;
+    }
+
+    /**
+     * Gets the value of the targets property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getTargets() {
+        return targets;
+    }
+
+    /**
+     * Sets the value of the targets property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setTargets(String value) {
+        this.targets = value;
+    }
+
+    /**
+     * Gets the value of the type property.
+     * 
+     */
+    public int getType() {
+        return type;
+    }
+
+    /**
+     * Sets the value of the type property.
+     * 
+     */
+    public void setType(int value) {
+        this.type = value;
+    }
+
+}

+ 465 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoSendContext.java

@@ -0,0 +1,465 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for notifyTodoSendContext complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="notifyTodoSendContext">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="appName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="createTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docCreator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="extendContent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="level" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *         &lt;element name="link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="modelId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="others" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="param1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="param2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="targets" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "notifyTodoSendContext", propOrder = {
+    "appName",
+    "createTime",
+    "docCreator",
+    "extendContent",
+    "key",
+    "language",
+    "level",
+    "link",
+    "modelId",
+    "modelName",
+    "others",
+    "param1",
+    "param2",
+    "subject",
+    "targets",
+    "type"
+})
+public class NotifyTodoSendContext {
+
+    protected String appName;
+    protected String createTime;
+    protected String docCreator;
+    protected String extendContent;
+    protected String key;
+    protected String language;
+    protected Integer level;
+    protected String link;
+    protected String modelId;
+    protected String modelName;
+    protected String others;
+    protected String param1;
+    protected String param2;
+    protected String subject;
+    protected String targets;
+    protected Integer type;
+
+    /**
+     * Gets the value of the appName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getAppName() {
+        return appName;
+    }
+
+    /**
+     * Sets the value of the appName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setAppName(String value) {
+        this.appName = value;
+    }
+
+    /**
+     * Gets the value of the createTime property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getCreateTime() {
+        return createTime;
+    }
+
+    /**
+     * Sets the value of the createTime property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setCreateTime(String value) {
+        this.createTime = value;
+    }
+
+    /**
+     * Gets the value of the docCreator property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getDocCreator() {
+        return docCreator;
+    }
+
+    /**
+     * Sets the value of the docCreator property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setDocCreator(String value) {
+        this.docCreator = value;
+    }
+
+    /**
+     * Gets the value of the extendContent property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getExtendContent() {
+        return extendContent;
+    }
+
+    /**
+     * Sets the value of the extendContent property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setExtendContent(String value) {
+        this.extendContent = value;
+    }
+
+    /**
+     * Gets the value of the key property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getKey() {
+        return key;
+    }
+
+    /**
+     * Sets the value of the key property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setKey(String value) {
+        this.key = value;
+    }
+
+    /**
+     * Gets the value of the language property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getLanguage() {
+        return language;
+    }
+
+    /**
+     * Sets the value of the language property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setLanguage(String value) {
+        this.language = value;
+    }
+
+    /**
+     * Gets the value of the level property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Integer }
+     *     
+     */
+    public Integer getLevel() {
+        return level;
+    }
+
+    /**
+     * Sets the value of the level property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Integer }
+     *     
+     */
+    public void setLevel(Integer value) {
+        this.level = value;
+    }
+
+    /**
+     * Gets the value of the link property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getLink() {
+        return link;
+    }
+
+    /**
+     * Sets the value of the link property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setLink(String value) {
+        this.link = value;
+    }
+
+    /**
+     * Gets the value of the modelId property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getModelId() {
+        return modelId;
+    }
+
+    /**
+     * Sets the value of the modelId property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setModelId(String value) {
+        this.modelId = value;
+    }
+
+    /**
+     * Gets the value of the modelName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getModelName() {
+        return modelName;
+    }
+
+    /**
+     * Sets the value of the modelName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setModelName(String value) {
+        this.modelName = value;
+    }
+
+    /**
+     * Gets the value of the others property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getOthers() {
+        return others;
+    }
+
+    /**
+     * Sets the value of the others property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setOthers(String value) {
+        this.others = value;
+    }
+
+    /**
+     * Gets the value of the param1 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getParam1() {
+        return param1;
+    }
+
+    /**
+     * Sets the value of the param1 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setParam1(String value) {
+        this.param1 = value;
+    }
+
+    /**
+     * Gets the value of the param2 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getParam2() {
+        return param2;
+    }
+
+    /**
+     * Sets the value of the param2 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setParam2(String value) {
+        this.param2 = value;
+    }
+
+    /**
+     * Gets the value of the subject property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getSubject() {
+        return subject;
+    }
+
+    /**
+     * Sets the value of the subject property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setSubject(String value) {
+        this.subject = value;
+    }
+
+    /**
+     * Gets the value of the targets property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getTargets() {
+        return targets;
+    }
+
+    /**
+     * Sets the value of the targets property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setTargets(String value) {
+        this.targets = value;
+    }
+
+    /**
+     * Gets the value of the type property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Integer }
+     *     
+     */
+    public Integer getType() {
+        return type;
+    }
+
+    /**
+     * Sets the value of the type property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Integer }
+     *     
+     */
+    public void setType(Integer value) {
+        this.type = value;
+    }
+
+}

+ 403 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/NotifyTodoUpdateContext.java

@@ -0,0 +1,403 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for notifyTodoUpdateContext complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="notifyTodoUpdateContext">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="appName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="createTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="docCreator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="extendContent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="level" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *         &lt;element name="link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="modelId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="others" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="param1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="param2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "notifyTodoUpdateContext", propOrder = {
+    "appName",
+    "createTime",
+    "docCreator",
+    "extendContent",
+    "key",
+    "level",
+    "link",
+    "modelId",
+    "modelName",
+    "others",
+    "param1",
+    "param2",
+    "subject",
+    "type"
+})
+public class NotifyTodoUpdateContext {
+
+    protected String appName;
+    protected String createTime;
+    protected String docCreator;
+    protected String extendContent;
+    protected String key;
+    protected Integer level;
+    protected String link;
+    protected String modelId;
+    protected String modelName;
+    protected String others;
+    protected String param1;
+    protected String param2;
+    protected String subject;
+    protected int type;
+
+    /**
+     * Gets the value of the appName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getAppName() {
+        return appName;
+    }
+
+    /**
+     * Sets the value of the appName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setAppName(String value) {
+        this.appName = value;
+    }
+
+    /**
+     * Gets the value of the createTime property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getCreateTime() {
+        return createTime;
+    }
+
+    /**
+     * Sets the value of the createTime property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setCreateTime(String value) {
+        this.createTime = value;
+    }
+
+    /**
+     * Gets the value of the docCreator property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getDocCreator() {
+        return docCreator;
+    }
+
+    /**
+     * Sets the value of the docCreator property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setDocCreator(String value) {
+        this.docCreator = value;
+    }
+
+    /**
+     * Gets the value of the extendContent property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getExtendContent() {
+        return extendContent;
+    }
+
+    /**
+     * Sets the value of the extendContent property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setExtendContent(String value) {
+        this.extendContent = value;
+    }
+
+    /**
+     * Gets the value of the key property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getKey() {
+        return key;
+    }
+
+    /**
+     * Sets the value of the key property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setKey(String value) {
+        this.key = value;
+    }
+
+    /**
+     * Gets the value of the level property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Integer }
+     *     
+     */
+    public Integer getLevel() {
+        return level;
+    }
+
+    /**
+     * Sets the value of the level property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Integer }
+     *     
+     */
+    public void setLevel(Integer value) {
+        this.level = value;
+    }
+
+    /**
+     * Gets the value of the link property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getLink() {
+        return link;
+    }
+
+    /**
+     * Sets the value of the link property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setLink(String value) {
+        this.link = value;
+    }
+
+    /**
+     * Gets the value of the modelId property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getModelId() {
+        return modelId;
+    }
+
+    /**
+     * Sets the value of the modelId property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setModelId(String value) {
+        this.modelId = value;
+    }
+
+    /**
+     * Gets the value of the modelName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getModelName() {
+        return modelName;
+    }
+
+    /**
+     * Sets the value of the modelName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setModelName(String value) {
+        this.modelName = value;
+    }
+
+    /**
+     * Gets the value of the others property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getOthers() {
+        return others;
+    }
+
+    /**
+     * Sets the value of the others property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setOthers(String value) {
+        this.others = value;
+    }
+
+    /**
+     * Gets the value of the param1 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getParam1() {
+        return param1;
+    }
+
+    /**
+     * Sets the value of the param1 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setParam1(String value) {
+        this.param1 = value;
+    }
+
+    /**
+     * Gets the value of the param2 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getParam2() {
+        return param2;
+    }
+
+    /**
+     * Sets the value of the param2 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setParam2(String value) {
+        this.param2 = value;
+    }
+
+    /**
+     * Gets the value of the subject property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getSubject() {
+        return subject;
+    }
+
+    /**
+     * Sets the value of the subject property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setSubject(String value) {
+        this.subject = value;
+    }
+
+    /**
+     * Gets the value of the type property.
+     * 
+     */
+    public int getType() {
+        return type;
+    }
+
+    /**
+     * Sets the value of the type property.
+     * 
+     */
+    public void setType(int value) {
+        this.type = value;
+    }
+
+}

+ 317 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/ObjectFactory.java

@@ -0,0 +1,317 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each 
+ * Java content interface and Java element interface 
+ * generated in the com.landray.kmss.sys.notify.webservice package. 
+ * <p>An ObjectFactory allows you to programatically 
+ * construct new instances of the Java representation 
+ * for XML content. The Java representation of XML 
+ * content can consist of schema derived interfaces 
+ * and classes representing the binding of schema 
+ * type definitions, element declarations and model 
+ * groups.  Factory methods for each of these are 
+ * provided in this class.
+ * 
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+    private final static QName _Exception_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "Exception");
+    private final static QName _SetTodoDoneResponse_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "setTodoDoneResponse");
+    private final static QName _UpdateTodoResponse_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "updateTodoResponse");
+    private final static QName _SendTodoResponse_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "sendTodoResponse");
+    private final static QName _GetTodo_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "getTodo");
+    private final static QName _SendTodo_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "sendTodo");
+    private final static QName _DeleteTodo_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "deleteTodo");
+    private final static QName _SetTodoDone_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "setTodoDone");
+    private final static QName _GetTodoResponse_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "getTodoResponse");
+    private final static QName _GetTodoCount_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "getTodoCount");
+    private final static QName _UpdateTodo_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "updateTodo");
+    private final static QName _DeleteTodoResponse_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "deleteTodoResponse");
+    private final static QName _GetTodoCountResponse_QNAME = new QName("http://webservice.notify.sys.kmss.landray.com/", "getTodoCountResponse");
+
+    /**
+     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.landray.kmss.sys.notify.webservice
+     * 
+     */
+    public ObjectFactory() {
+    }
+
+    /**
+     * Create an instance of {@link UpdateTodoResponse }
+     * 
+     */
+    public UpdateTodoResponse createUpdateTodoResponse() {
+        return new UpdateTodoResponse();
+    }
+
+    /**
+     * Create an instance of {@link SetTodoDoneResponse }
+     * 
+     */
+    public SetTodoDoneResponse createSetTodoDoneResponse() {
+        return new SetTodoDoneResponse();
+    }
+
+    /**
+     * Create an instance of {@link Exception }
+     * 
+     */
+    public Exception createException() {
+        return new Exception();
+    }
+
+    /**
+     * Create an instance of {@link SendTodo }
+     * 
+     */
+    public SendTodo createSendTodo() {
+        return new SendTodo();
+    }
+
+    /**
+     * Create an instance of {@link GetTodo }
+     * 
+     */
+    public GetTodo createGetTodo() {
+        return new GetTodo();
+    }
+
+    /**
+     * Create an instance of {@link SendTodoResponse }
+     * 
+     */
+    public SendTodoResponse createSendTodoResponse() {
+        return new SendTodoResponse();
+    }
+
+    /**
+     * Create an instance of {@link DeleteTodo }
+     * 
+     */
+    public DeleteTodo createDeleteTodo() {
+        return new DeleteTodo();
+    }
+
+    /**
+     * Create an instance of {@link SetTodoDone }
+     * 
+     */
+    public SetTodoDone createSetTodoDone() {
+        return new SetTodoDone();
+    }
+
+    /**
+     * Create an instance of {@link GetTodoCount }
+     * 
+     */
+    public GetTodoCount createGetTodoCount() {
+        return new GetTodoCount();
+    }
+
+    /**
+     * Create an instance of {@link GetTodoResponse }
+     * 
+     */
+    public GetTodoResponse createGetTodoResponse() {
+        return new GetTodoResponse();
+    }
+
+    /**
+     * Create an instance of {@link DeleteTodoResponse }
+     * 
+     */
+    public DeleteTodoResponse createDeleteTodoResponse() {
+        return new DeleteTodoResponse();
+    }
+
+    /**
+     * Create an instance of {@link UpdateTodo }
+     * 
+     */
+    public UpdateTodo createUpdateTodo() {
+        return new UpdateTodo();
+    }
+
+    /**
+     * Create an instance of {@link GetTodoCountResponse }
+     * 
+     */
+    public GetTodoCountResponse createGetTodoCountResponse() {
+        return new GetTodoCountResponse();
+    }
+
+    /**
+     * Create an instance of {@link NotifyTodoGetCountContext }
+     * 
+     */
+    public NotifyTodoGetCountContext createNotifyTodoGetCountContext() {
+        return new NotifyTodoGetCountContext();
+    }
+
+    /**
+     * Create an instance of {@link NotifyTodoRemoveContext }
+     * 
+     */
+    public NotifyTodoRemoveContext createNotifyTodoRemoveContext() {
+        return new NotifyTodoRemoveContext();
+    }
+
+    /**
+     * Create an instance of {@link NotifyTodoUpdateContext }
+     * 
+     */
+    public NotifyTodoUpdateContext createNotifyTodoUpdateContext() {
+        return new NotifyTodoUpdateContext();
+    }
+
+    /**
+     * Create an instance of {@link NotifyTodoSendContext }
+     * 
+     */
+    public NotifyTodoSendContext createNotifyTodoSendContext() {
+        return new NotifyTodoSendContext();
+    }
+
+    /**
+     * Create an instance of {@link NotifyTodoAppResult }
+     * 
+     */
+    public NotifyTodoAppResult createNotifyTodoAppResult() {
+        return new NotifyTodoAppResult();
+    }
+
+    /**
+     * Create an instance of {@link NotifyTodoGetContext }
+     * 
+     */
+    public NotifyTodoGetContext createNotifyTodoGetContext() {
+        return new NotifyTodoGetContext();
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link Exception }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "Exception")
+    public JAXBElement<Exception> createException(Exception value) {
+        return new JAXBElement<Exception>(_Exception_QNAME, Exception.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link SetTodoDoneResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "setTodoDoneResponse")
+    public JAXBElement<SetTodoDoneResponse> createSetTodoDoneResponse(SetTodoDoneResponse value) {
+        return new JAXBElement<SetTodoDoneResponse>(_SetTodoDoneResponse_QNAME, SetTodoDoneResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link UpdateTodoResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "updateTodoResponse")
+    public JAXBElement<UpdateTodoResponse> createUpdateTodoResponse(UpdateTodoResponse value) {
+        return new JAXBElement<UpdateTodoResponse>(_UpdateTodoResponse_QNAME, UpdateTodoResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link SendTodoResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "sendTodoResponse")
+    public JAXBElement<SendTodoResponse> createSendTodoResponse(SendTodoResponse value) {
+        return new JAXBElement<SendTodoResponse>(_SendTodoResponse_QNAME, SendTodoResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link GetTodo }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "getTodo")
+    public JAXBElement<GetTodo> createGetTodo(GetTodo value) {
+        return new JAXBElement<GetTodo>(_GetTodo_QNAME, GetTodo.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link SendTodo }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "sendTodo")
+    public JAXBElement<SendTodo> createSendTodo(SendTodo value) {
+        return new JAXBElement<SendTodo>(_SendTodo_QNAME, SendTodo.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link DeleteTodo }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "deleteTodo")
+    public JAXBElement<DeleteTodo> createDeleteTodo(DeleteTodo value) {
+        return new JAXBElement<DeleteTodo>(_DeleteTodo_QNAME, DeleteTodo.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link SetTodoDone }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "setTodoDone")
+    public JAXBElement<SetTodoDone> createSetTodoDone(SetTodoDone value) {
+        return new JAXBElement<SetTodoDone>(_SetTodoDone_QNAME, SetTodoDone.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link GetTodoResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "getTodoResponse")
+    public JAXBElement<GetTodoResponse> createGetTodoResponse(GetTodoResponse value) {
+        return new JAXBElement<GetTodoResponse>(_GetTodoResponse_QNAME, GetTodoResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link GetTodoCount }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "getTodoCount")
+    public JAXBElement<GetTodoCount> createGetTodoCount(GetTodoCount value) {
+        return new JAXBElement<GetTodoCount>(_GetTodoCount_QNAME, GetTodoCount.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link UpdateTodo }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "updateTodo")
+    public JAXBElement<UpdateTodo> createUpdateTodo(UpdateTodo value) {
+        return new JAXBElement<UpdateTodo>(_UpdateTodo_QNAME, UpdateTodo.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link DeleteTodoResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "deleteTodoResponse")
+    public JAXBElement<DeleteTodoResponse> createDeleteTodoResponse(DeleteTodoResponse value) {
+        return new JAXBElement<DeleteTodoResponse>(_DeleteTodoResponse_QNAME, DeleteTodoResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link GetTodoCountResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://webservice.notify.sys.kmss.landray.com/", name = "getTodoCountResponse")
+    public JAXBElement<GetTodoCountResponse> createGetTodoCountResponse(GetTodoCountResponse value) {
+        return new JAXBElement<GetTodoCountResponse>(_GetTodoCountResponse_QNAME, GetTodoCountResponse.class, null, value);
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/SendTodo.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for sendTodo complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="sendTodo">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoSendContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "sendTodo", propOrder = {
+    "arg0"
+})
+public class SendTodo {
+
+    protected NotifyTodoSendContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoSendContext }
+     *     
+     */
+    public NotifyTodoSendContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoSendContext }
+     *     
+     */
+    public void setArg0(NotifyTodoSendContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/SendTodoResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for sendTodoResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="sendTodoResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoAppResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "sendTodoResponse", propOrder = {
+    "_return"
+})
+public class SendTodoResponse {
+
+    @XmlElement(name = "return")
+    protected NotifyTodoAppResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public NotifyTodoAppResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public void setReturn(NotifyTodoAppResult value) {
+        this._return = value;
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/SetTodoDone.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for setTodoDone complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="setTodoDone">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoRemoveContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "setTodoDone", propOrder = {
+    "arg0"
+})
+public class SetTodoDone {
+
+    protected NotifyTodoRemoveContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoRemoveContext }
+     *     
+     */
+    public NotifyTodoRemoveContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoRemoveContext }
+     *     
+     */
+    public void setArg0(NotifyTodoRemoveContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/SetTodoDoneResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for setTodoDoneResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="setTodoDoneResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoAppResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "setTodoDoneResponse", propOrder = {
+    "_return"
+})
+public class SetTodoDoneResponse {
+
+    @XmlElement(name = "return")
+    protected NotifyTodoAppResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public NotifyTodoAppResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public void setReturn(NotifyTodoAppResult value) {
+        this._return = value;
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/UpdateTodo.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for updateTodo complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="updateTodo">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoUpdateContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "updateTodo", propOrder = {
+    "arg0"
+})
+public class UpdateTodo {
+
+    protected NotifyTodoUpdateContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoUpdateContext }
+     *     
+     */
+    public NotifyTodoUpdateContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoUpdateContext }
+     *     
+     */
+    public void setArg0(NotifyTodoUpdateContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/UpdateTodoResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.notify.webservice;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for updateTodoResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="updateTodoResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://webservice.notify.sys.kmss.landray.com/}notifyTodoAppResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "updateTodoResponse", propOrder = {
+    "_return"
+})
+public class UpdateTodoResponse {
+
+    @XmlElement(name = "return")
+    protected NotifyTodoAppResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public NotifyTodoAppResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link NotifyTodoAppResult }
+     *     
+     */
+    public void setReturn(NotifyTodoAppResult value) {
+        this._return = value;
+    }
+
+}

+ 2 - 0
src/main/java/com/landray/kmss/sys/notify/webservice/package-info.java

@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://webservice.notify.sys.kmss.landray.com/")
+package com.landray.kmss.sys.notify.webservice;

+ 60 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/DelOrgStaffingLevels.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for delOrgStaffingLevels complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="delOrgStaffingLevels">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetOrgContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "delOrgStaffingLevels", propOrder = {
+    "arg0"
+})
+public class DelOrgStaffingLevels {
+
+    protected SysSynchroSetOrgContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public SysSynchroSetOrgContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public void setArg0(SysSynchroSetOrgContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/DelOrgStaffingLevelsResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for delOrgStaffingLevelsResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="delOrgStaffingLevelsResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "delOrgStaffingLevelsResponse", propOrder = {
+    "_return"
+})
+public class DelOrgStaffingLevelsResponse {
+
+    @XmlElement(name = "return")
+    protected SysSynchroSetResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public SysSynchroSetResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public void setReturn(SysSynchroSetResult value) {
+        this._return = value;
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/Exception.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for Exception complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="Exception">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "Exception", propOrder = {
+    "message"
+})
+public class Exception {
+
+    protected String message;
+
+    /**
+     * Gets the value of the message property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getMessage() {
+        return message;
+    }
+
+    /**
+     * Sets the value of the message property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setMessage(String value) {
+        this.message = value;
+    }
+
+}

+ 43 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/Exception_Exception.java

@@ -0,0 +1,43 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.ws.WebFault;
+
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:45:50.934+08:00
+ * Generated source version: 2.4.2
+ */
+
+@WebFault(name = "Exception", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/")
+public class Exception_Exception extends java.lang.Exception {
+    
+    private com.landray.kmss.sys.organization.webservice.in.Exception exception;
+
+    public Exception_Exception() {
+        super();
+    }
+    
+    public Exception_Exception(String message) {
+        super(message);
+    }
+    
+    public Exception_Exception(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public Exception_Exception(String message, com.landray.kmss.sys.organization.webservice.in.Exception exception) {
+        super(message);
+        this.exception = exception;
+    }
+
+    public Exception_Exception(String message, com.landray.kmss.sys.organization.webservice.in.Exception exception, Throwable cause) {
+        super(message, cause);
+        this.exception = exception;
+    }
+
+    public com.landray.kmss.sys.organization.webservice.in.Exception getFaultInfo() {
+        return this.exception;
+    }
+}

+ 65 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/ISysSynchroSetOrgWebService.java

@@ -0,0 +1,65 @@
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:45:50.938+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+@WebService(targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "ISysSynchroSetOrgWebService")
+@XmlSeeAlso({ObjectFactory.class})
+public interface ISysSynchroSetOrgWebService {
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "syncOrgElementsBaseInfo", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.SyncOrgElementsBaseInfo")
+    @WebMethod
+    @ResponseWrapper(localName = "syncOrgElementsBaseInfoResponse", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.SyncOrgElementsBaseInfoResponse")
+    public com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult syncOrgElementsBaseInfo(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "updateOrgElement", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.UpdateOrgElement")
+    @WebMethod
+    @ResponseWrapper(localName = "updateOrgElementResponse", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.UpdateOrgElementResponse")
+    public com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult updateOrgElement(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "delOrgStaffingLevels", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.DelOrgStaffingLevels")
+    @WebMethod
+    @ResponseWrapper(localName = "delOrgStaffingLevelsResponse", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.DelOrgStaffingLevelsResponse")
+    public com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult delOrgStaffingLevels(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "updateOrgStaffingLevels", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.UpdateOrgStaffingLevels")
+    @WebMethod
+    @ResponseWrapper(localName = "updateOrgStaffingLevelsResponse", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.UpdateOrgStaffingLevelsResponse")
+    public com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult updateOrgStaffingLevels(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext arg0
+    ) throws Exception_Exception;
+
+    @WebResult(name = "return", targetNamespace = "")
+    @RequestWrapper(localName = "syncOrgElements", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.SyncOrgElements")
+    @WebMethod
+    @ResponseWrapper(localName = "syncOrgElementsResponse", targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/", className = "com.landray.kmss.sys.organization.webservice.in.SyncOrgElementsResponse")
+    public com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult syncOrgElements(
+            @WebParam(name = "arg0", targetNamespace = "")
+                    com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext arg0
+    ) throws Exception_Exception;
+}

+ 93 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/ISysSynchroSetOrgWebServiceService.java

@@ -0,0 +1,93 @@
+package com.landray.kmss.sys.organization.webservice.in;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+import javax.xml.ws.WebEndpoint;
+import javax.xml.ws.WebServiceClient;
+import javax.xml.ws.WebServiceFeature;
+import javax.xml.ws.Service;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:45:50.943+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+@WebServiceClient(name = "ISysSynchroSetOrgWebServiceService", 
+                  wsdlLocation = "http://oa.seg.com.cn:8081/sys/webservice/sysSynchroSetOrgWebService?wsdl",
+                  targetNamespace = "http://in.webservice.organization.sys.kmss.landray.com/") 
+public class ISysSynchroSetOrgWebServiceService extends Service {
+
+    public final static URL WSDL_LOCATION;
+
+    public final static QName SERVICE = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "ISysSynchroSetOrgWebServiceService");
+    public final static QName ISysSynchroSetOrgWebServicePort = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "ISysSynchroSetOrgWebServicePort");
+    static {
+        URL url = null;
+        try {
+            url = new URL("http://oa.seg.com.cn:8081/sys/webservice/sysSynchroSetOrgWebService?wsdl");
+        } catch (MalformedURLException e) {
+            java.util.logging.Logger.getLogger(ISysSynchroSetOrgWebServiceService.class.getName())
+                .log(java.util.logging.Level.INFO, 
+                     "Can not initialize the default wsdl from {0}", "http://oa.seg.com.cn:8081/sys/webservice/sysSynchroSetOrgWebService?wsdl");
+        }
+        WSDL_LOCATION = url;
+    }
+
+    public ISysSynchroSetOrgWebServiceService(URL wsdlLocation) {
+        super(wsdlLocation, SERVICE);
+    }
+
+    public ISysSynchroSetOrgWebServiceService(URL wsdlLocation, QName serviceName) {
+        super(wsdlLocation, serviceName);
+    }
+
+    public ISysSynchroSetOrgWebServiceService() {
+        super(WSDL_LOCATION, SERVICE);
+    }
+    
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISysSynchroSetOrgWebServiceService(WebServiceFeature ... features) {
+        super(WSDL_LOCATION, SERVICE, features);
+    }
+
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISysSynchroSetOrgWebServiceService(URL wsdlLocation, WebServiceFeature ... features) {
+        super(wsdlLocation, SERVICE, features);
+    }
+
+    //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
+    //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
+    //compliant code instead.
+    public ISysSynchroSetOrgWebServiceService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
+        super(wsdlLocation, serviceName, features);
+    }
+
+    /**
+     *
+     * @return
+     *     returns ISysSynchroSetOrgWebService
+     */
+    @WebEndpoint(name = "ISysSynchroSetOrgWebServicePort")
+    public ISysSynchroSetOrgWebService getISysSynchroSetOrgWebServicePort() {
+        return super.getPort(ISysSynchroSetOrgWebServicePort, ISysSynchroSetOrgWebService.class);
+    }
+
+    /**
+     * 
+     * @param features
+     *     A list of {@link WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
+     * @return
+     *     returns ISysSynchroSetOrgWebService
+     */
+    @WebEndpoint(name = "ISysSynchroSetOrgWebServicePort")
+    public ISysSynchroSetOrgWebService getISysSynchroSetOrgWebServicePort(WebServiceFeature... features) {
+        return super.getPort(ISysSynchroSetOrgWebServicePort, ISysSynchroSetOrgWebService.class, features);
+    }
+
+}

+ 109 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/ISysSynchroSetOrgWebService_ISysSynchroSetOrgWebServicePort_Client.java

@@ -0,0 +1,109 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+/**
+ * Please modify this class to meet your needs
+ * This class is not complete
+ */
+
+import java.io.File;
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.xml.namespace.QName;
+
+/**
+ * This class was generated by Apache CXF 2.4.2
+ * 2021-04-27T16:45:50.923+08:00
+ * Generated source version: 2.4.2
+ * 
+ */
+public final class ISysSynchroSetOrgWebService_ISysSynchroSetOrgWebServicePort_Client {
+
+    private static final QName SERVICE_NAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "ISysSynchroSetOrgWebServiceService");
+
+    private ISysSynchroSetOrgWebService_ISysSynchroSetOrgWebServicePort_Client() {
+    }
+
+    public static void main(String args[]) throws java.lang.Exception {
+        URL wsdlURL = ISysSynchroSetOrgWebServiceService.WSDL_LOCATION;
+        if (args.length > 0 && args[0] != null && !"".equals(args[0])) { 
+            File wsdlFile = new File(args[0]);
+            try {
+                if (wsdlFile.exists()) {
+                    wsdlURL = wsdlFile.toURI().toURL();
+                } else {
+                    wsdlURL = new URL(args[0]);
+                }
+            } catch (MalformedURLException e) {
+                e.printStackTrace();
+            }
+        }
+      
+        ISysSynchroSetOrgWebServiceService ss = new ISysSynchroSetOrgWebServiceService(wsdlURL, SERVICE_NAME);
+        ISysSynchroSetOrgWebService port = ss.getISysSynchroSetOrgWebServicePort();  
+        
+        {
+        System.out.println("Invoking syncOrgElementsBaseInfo...");
+        com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext _syncOrgElementsBaseInfo_arg0 = new com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext();
+        try {
+            com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult _syncOrgElementsBaseInfo__return = port.syncOrgElementsBaseInfo(_syncOrgElementsBaseInfo_arg0);
+            System.out.println("syncOrgElementsBaseInfo.result=" + _syncOrgElementsBaseInfo__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking updateOrgElement...");
+        com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext _updateOrgElement_arg0 = new com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext();
+        try {
+            com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult _updateOrgElement__return = port.updateOrgElement(_updateOrgElement_arg0);
+            System.out.println("updateOrgElement.result=" + _updateOrgElement__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking delOrgStaffingLevels...");
+        com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext _delOrgStaffingLevels_arg0 = new com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext();
+        try {
+            com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult _delOrgStaffingLevels__return = port.delOrgStaffingLevels(_delOrgStaffingLevels_arg0);
+            System.out.println("delOrgStaffingLevels.result=" + _delOrgStaffingLevels__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking updateOrgStaffingLevels...");
+        com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext _updateOrgStaffingLevels_arg0 = new com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext();
+        try {
+            com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult _updateOrgStaffingLevels__return = port.updateOrgStaffingLevels(_updateOrgStaffingLevels_arg0);
+            System.out.println("updateOrgStaffingLevels.result=" + _updateOrgStaffingLevels__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+        {
+        System.out.println("Invoking syncOrgElements...");
+        com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext _syncOrgElements_arg0 = new com.landray.kmss.sys.organization.webservice.in.SysSynchroSetOrgContext();
+        try {
+            com.landray.kmss.sys.organization.webservice.in.SysSynchroSetResult _syncOrgElements__return = port.syncOrgElements(_syncOrgElements_arg0);
+            System.out.println("syncOrgElements.result=" + _syncOrgElements__return);
+
+        } catch (Exception_Exception e) { 
+            System.out.println("Expected exception: Exception has occurred.");
+            System.out.println(e.toString());
+        }
+            }
+
+        System.exit(0);
+    }
+
+}

+ 249 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/ObjectFactory.java

@@ -0,0 +1,249 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlElementDecl;
+import javax.xml.bind.annotation.XmlRegistry;
+import javax.xml.namespace.QName;
+
+
+/**
+ * This object contains factory methods for each 
+ * Java content interface and Java element interface 
+ * generated in the com.landray.kmss.sys.organization.webservice.in package. 
+ * <p>An ObjectFactory allows you to programatically 
+ * construct new instances of the Java representation 
+ * for XML content. The Java representation of XML 
+ * content can consist of schema derived interfaces 
+ * and classes representing the binding of schema 
+ * type definitions, element declarations and model 
+ * groups.  Factory methods for each of these are 
+ * provided in this class.
+ * 
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+    private final static QName _DelOrgStaffingLevels_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "delOrgStaffingLevels");
+    private final static QName _Exception_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "Exception");
+    private final static QName _UpdateOrgStaffingLevelsResponse_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "updateOrgStaffingLevelsResponse");
+    private final static QName _UpdateOrgElementResponse_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "updateOrgElementResponse");
+    private final static QName _UpdateOrgElement_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "updateOrgElement");
+    private final static QName _DelOrgStaffingLevelsResponse_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "delOrgStaffingLevelsResponse");
+    private final static QName _SyncOrgElements_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "syncOrgElements");
+    private final static QName _SyncOrgElementsBaseInfo_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "syncOrgElementsBaseInfo");
+    private final static QName _UpdateOrgStaffingLevels_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "updateOrgStaffingLevels");
+    private final static QName _SyncOrgElementsResponse_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "syncOrgElementsResponse");
+    private final static QName _SyncOrgElementsBaseInfoResponse_QNAME = new QName("http://in.webservice.organization.sys.kmss.landray.com/", "syncOrgElementsBaseInfoResponse");
+
+    /**
+     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.landray.kmss.sys.organization.webservice.in
+     * 
+     */
+    public ObjectFactory() {
+    }
+
+    /**
+     * Create an instance of {@link UpdateOrgStaffingLevelsResponse }
+     * 
+     */
+    public UpdateOrgStaffingLevelsResponse createUpdateOrgStaffingLevelsResponse() {
+        return new UpdateOrgStaffingLevelsResponse();
+    }
+
+    /**
+     * Create an instance of {@link java.lang.Exception }
+     * 
+     */
+    public java.lang.Exception createException() {
+        return new java.lang.Exception();
+    }
+
+    /**
+     * Create an instance of {@link DelOrgStaffingLevels }
+     * 
+     */
+    public DelOrgStaffingLevels createDelOrgStaffingLevels() {
+        return new DelOrgStaffingLevels();
+    }
+
+    /**
+     * Create an instance of {@link SyncOrgElements }
+     * 
+     */
+    public SyncOrgElements createSyncOrgElements() {
+        return new SyncOrgElements();
+    }
+
+    /**
+     * Create an instance of {@link DelOrgStaffingLevelsResponse }
+     * 
+     */
+    public DelOrgStaffingLevelsResponse createDelOrgStaffingLevelsResponse() {
+        return new DelOrgStaffingLevelsResponse();
+    }
+
+    /**
+     * Create an instance of {@link UpdateOrgElement }
+     * 
+     */
+    public UpdateOrgElement createUpdateOrgElement() {
+        return new UpdateOrgElement();
+    }
+
+    /**
+     * Create an instance of {@link UpdateOrgElementResponse }
+     * 
+     */
+    public UpdateOrgElementResponse createUpdateOrgElementResponse() {
+        return new UpdateOrgElementResponse();
+    }
+
+    /**
+     * Create an instance of {@link SyncOrgElementsBaseInfo }
+     * 
+     */
+    public SyncOrgElementsBaseInfo createSyncOrgElementsBaseInfo() {
+        return new SyncOrgElementsBaseInfo();
+    }
+
+    /**
+     * Create an instance of {@link SyncOrgElementsBaseInfoResponse }
+     * 
+     */
+    public SyncOrgElementsBaseInfoResponse createSyncOrgElementsBaseInfoResponse() {
+        return new SyncOrgElementsBaseInfoResponse();
+    }
+
+    /**
+     * Create an instance of {@link SyncOrgElementsResponse }
+     * 
+     */
+    public SyncOrgElementsResponse createSyncOrgElementsResponse() {
+        return new SyncOrgElementsResponse();
+    }
+
+    /**
+     * Create an instance of {@link UpdateOrgStaffingLevels }
+     * 
+     */
+    public UpdateOrgStaffingLevels createUpdateOrgStaffingLevels() {
+        return new UpdateOrgStaffingLevels();
+    }
+
+    /**
+     * Create an instance of {@link SysSynchroSetResult }
+     * 
+     */
+    public SysSynchroSetResult createSysSynchroSetResult() {
+        return new SysSynchroSetResult();
+    }
+
+    /**
+     * Create an instance of {@link SysSynchroSetOrgContext }
+     * 
+     */
+    public SysSynchroSetOrgContext createSysSynchroSetOrgContext() {
+        return new SysSynchroSetOrgContext();
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link DelOrgStaffingLevels }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "delOrgStaffingLevels")
+    public JAXBElement<DelOrgStaffingLevels> createDelOrgStaffingLevels(DelOrgStaffingLevels value) {
+        return new JAXBElement<DelOrgStaffingLevels>(_DelOrgStaffingLevels_QNAME, DelOrgStaffingLevels.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link java.lang.Exception }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "Exception")
+    public JAXBElement<java.lang.Exception> createException(java.lang.Exception value) {
+        return new JAXBElement<java.lang.Exception>(_Exception_QNAME, java.lang.Exception.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link UpdateOrgStaffingLevelsResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "updateOrgStaffingLevelsResponse")
+    public JAXBElement<UpdateOrgStaffingLevelsResponse> createUpdateOrgStaffingLevelsResponse(UpdateOrgStaffingLevelsResponse value) {
+        return new JAXBElement<UpdateOrgStaffingLevelsResponse>(_UpdateOrgStaffingLevelsResponse_QNAME, UpdateOrgStaffingLevelsResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link UpdateOrgElementResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "updateOrgElementResponse")
+    public JAXBElement<UpdateOrgElementResponse> createUpdateOrgElementResponse(UpdateOrgElementResponse value) {
+        return new JAXBElement<UpdateOrgElementResponse>(_UpdateOrgElementResponse_QNAME, UpdateOrgElementResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link UpdateOrgElement }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "updateOrgElement")
+    public JAXBElement<UpdateOrgElement> createUpdateOrgElement(UpdateOrgElement value) {
+        return new JAXBElement<UpdateOrgElement>(_UpdateOrgElement_QNAME, UpdateOrgElement.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link DelOrgStaffingLevelsResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "delOrgStaffingLevelsResponse")
+    public JAXBElement<DelOrgStaffingLevelsResponse> createDelOrgStaffingLevelsResponse(DelOrgStaffingLevelsResponse value) {
+        return new JAXBElement<DelOrgStaffingLevelsResponse>(_DelOrgStaffingLevelsResponse_QNAME, DelOrgStaffingLevelsResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link SyncOrgElements }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "syncOrgElements")
+    public JAXBElement<SyncOrgElements> createSyncOrgElements(SyncOrgElements value) {
+        return new JAXBElement<SyncOrgElements>(_SyncOrgElements_QNAME, SyncOrgElements.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link SyncOrgElementsBaseInfo }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "syncOrgElementsBaseInfo")
+    public JAXBElement<SyncOrgElementsBaseInfo> createSyncOrgElementsBaseInfo(SyncOrgElementsBaseInfo value) {
+        return new JAXBElement<SyncOrgElementsBaseInfo>(_SyncOrgElementsBaseInfo_QNAME, SyncOrgElementsBaseInfo.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link UpdateOrgStaffingLevels }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "updateOrgStaffingLevels")
+    public JAXBElement<UpdateOrgStaffingLevels> createUpdateOrgStaffingLevels(UpdateOrgStaffingLevels value) {
+        return new JAXBElement<UpdateOrgStaffingLevels>(_UpdateOrgStaffingLevels_QNAME, UpdateOrgStaffingLevels.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link SyncOrgElementsResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "syncOrgElementsResponse")
+    public JAXBElement<SyncOrgElementsResponse> createSyncOrgElementsResponse(SyncOrgElementsResponse value) {
+        return new JAXBElement<SyncOrgElementsResponse>(_SyncOrgElementsResponse_QNAME, SyncOrgElementsResponse.class, null, value);
+    }
+
+    /**
+     * Create an instance of {@link JAXBElement }{@code <}{@link SyncOrgElementsBaseInfoResponse }{@code >}}
+     * 
+     */
+    @XmlElementDecl(namespace = "http://in.webservice.organization.sys.kmss.landray.com/", name = "syncOrgElementsBaseInfoResponse")
+    public JAXBElement<SyncOrgElementsBaseInfoResponse> createSyncOrgElementsBaseInfoResponse(SyncOrgElementsBaseInfoResponse value) {
+        return new JAXBElement<SyncOrgElementsBaseInfoResponse>(_SyncOrgElementsBaseInfoResponse_QNAME, SyncOrgElementsBaseInfoResponse.class, null, value);
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/SyncOrgElements.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for syncOrgElements complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="syncOrgElements">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetOrgContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "syncOrgElements", propOrder = {
+    "arg0"
+})
+public class SyncOrgElements {
+
+    protected SysSynchroSetOrgContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public SysSynchroSetOrgContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public void setArg0(SysSynchroSetOrgContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/SyncOrgElementsBaseInfo.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for syncOrgElementsBaseInfo complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="syncOrgElementsBaseInfo">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetOrgContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "syncOrgElementsBaseInfo", propOrder = {
+    "arg0"
+})
+public class SyncOrgElementsBaseInfo {
+
+    protected SysSynchroSetOrgContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public SysSynchroSetOrgContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public void setArg0(SysSynchroSetOrgContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/SyncOrgElementsBaseInfoResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for syncOrgElementsBaseInfoResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="syncOrgElementsBaseInfoResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "syncOrgElementsBaseInfoResponse", propOrder = {
+    "_return"
+})
+public class SyncOrgElementsBaseInfoResponse {
+
+    @XmlElement(name = "return")
+    protected SysSynchroSetResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public SysSynchroSetResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public void setReturn(SysSynchroSetResult value) {
+        this._return = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/SyncOrgElementsResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for syncOrgElementsResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="syncOrgElementsResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "syncOrgElementsResponse", propOrder = {
+    "_return"
+})
+public class SyncOrgElementsResponse {
+
+    @XmlElement(name = "return")
+    protected SysSynchroSetResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public SysSynchroSetResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public void setReturn(SysSynchroSetResult value) {
+        this._return = value;
+    }
+
+}

+ 114 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/SysSynchroSetOrgContext.java

@@ -0,0 +1,114 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for sysSynchroSetOrgContext complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="sysSynchroSetOrgContext">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="appName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="orgJsonData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="orgSyncConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "sysSynchroSetOrgContext", propOrder = {
+    "appName",
+    "orgJsonData",
+    "orgSyncConfig"
+})
+public class SysSynchroSetOrgContext {
+
+    protected String appName;
+    protected String orgJsonData;
+    protected String orgSyncConfig;
+
+    /**
+     * Gets the value of the appName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getAppName() {
+        return appName;
+    }
+
+    /**
+     * Sets the value of the appName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setAppName(String value) {
+        this.appName = value;
+    }
+
+    /**
+     * Gets the value of the orgJsonData property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getOrgJsonData() {
+        return orgJsonData;
+    }
+
+    /**
+     * Sets the value of the orgJsonData property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setOrgJsonData(String value) {
+        this.orgJsonData = value;
+    }
+
+    /**
+     * Gets the value of the orgSyncConfig property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getOrgSyncConfig() {
+        return orgSyncConfig;
+    }
+
+    /**
+     * Sets the value of the orgSyncConfig property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setOrgSyncConfig(String value) {
+        this.orgSyncConfig = value;
+    }
+
+}

+ 79 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/SysSynchroSetResult.java

@@ -0,0 +1,79 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for sysSynchroSetResult complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="sysSynchroSetResult">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         &lt;element name="returnState" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "sysSynchroSetResult", propOrder = {
+    "message",
+    "returnState"
+})
+public class SysSynchroSetResult {
+
+    protected String message;
+    protected int returnState;
+
+    /**
+     * Gets the value of the message property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getMessage() {
+        return message;
+    }
+
+    /**
+     * Sets the value of the message property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setMessage(String value) {
+        this.message = value;
+    }
+
+    /**
+     * Gets the value of the returnState property.
+     * 
+     */
+    public int getReturnState() {
+        return returnState;
+    }
+
+    /**
+     * Sets the value of the returnState property.
+     * 
+     */
+    public void setReturnState(int value) {
+        this.returnState = value;
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/UpdateOrgElement.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for updateOrgElement complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="updateOrgElement">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetOrgContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "updateOrgElement", propOrder = {
+    "arg0"
+})
+public class UpdateOrgElement {
+
+    protected SysSynchroSetOrgContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public SysSynchroSetOrgContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public void setArg0(SysSynchroSetOrgContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/UpdateOrgElementResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for updateOrgElementResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="updateOrgElementResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "updateOrgElementResponse", propOrder = {
+    "_return"
+})
+public class UpdateOrgElementResponse {
+
+    @XmlElement(name = "return")
+    protected SysSynchroSetResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public SysSynchroSetResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public void setReturn(SysSynchroSetResult value) {
+        this._return = value;
+    }
+
+}

+ 60 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/UpdateOrgStaffingLevels.java

@@ -0,0 +1,60 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for updateOrgStaffingLevels complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="updateOrgStaffingLevels">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="arg0" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetOrgContext" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "updateOrgStaffingLevels", propOrder = {
+    "arg0"
+})
+public class UpdateOrgStaffingLevels {
+
+    protected SysSynchroSetOrgContext arg0;
+
+    /**
+     * Gets the value of the arg0 property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public SysSynchroSetOrgContext getArg0() {
+        return arg0;
+    }
+
+    /**
+     * Sets the value of the arg0 property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetOrgContext }
+     *     
+     */
+    public void setArg0(SysSynchroSetOrgContext value) {
+        this.arg0 = value;
+    }
+
+}

+ 62 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/UpdateOrgStaffingLevelsResponse.java

@@ -0,0 +1,62 @@
+
+package com.landray.kmss.sys.organization.webservice.in;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for updateOrgStaffingLevelsResponse complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="updateOrgStaffingLevelsResponse">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="return" type="{http://in.webservice.organization.sys.kmss.landray.com/}sysSynchroSetResult" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "updateOrgStaffingLevelsResponse", propOrder = {
+    "_return"
+})
+public class UpdateOrgStaffingLevelsResponse {
+
+    @XmlElement(name = "return")
+    protected SysSynchroSetResult _return;
+
+    /**
+     * Gets the value of the return property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public SysSynchroSetResult getReturn() {
+        return _return;
+    }
+
+    /**
+     * Sets the value of the return property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link SysSynchroSetResult }
+     *     
+     */
+    public void setReturn(SysSynchroSetResult value) {
+        this._return = value;
+    }
+
+}

+ 2 - 0
src/main/java/com/landray/kmss/sys/organization/webservice/in/package-info.java

@@ -0,0 +1,2 @@
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://in.webservice.organization.sys.kmss.landray.com/")
+package com.landray.kmss.sys.organization.webservice.in;

+ 4 - 3
src/main/java/com/uas/UasFbApplication.java → src/main/java/com/uas/UasLandrayApplication.java

@@ -5,6 +5,7 @@ import com.uas.core.support.TokenPropertiesListener;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.cache.annotation.EnableCaching;
+import org.springframework.context.annotation.ComponentScan;
 import org.springframework.context.annotation.Import;
 import org.springframework.scheduling.annotation.EnableScheduling;
 
@@ -12,11 +13,11 @@ import org.springframework.scheduling.annotation.EnableScheduling;
 @EnableCaching
 @EnableScheduling
 @Import({DynamicDataSourceRegister.class})
-public class UasFbApplication {
+public class UasLandrayApplication {
 
     public static void main(String[] args) {
-        SpringApplication application = new SpringApplication(UasFbApplication.class);
-        application.addListeners(new TokenPropertiesListener("http.properties"));
+        SpringApplication application = new SpringApplication(UasLandrayApplication.class);
+        application.addListeners(new TokenPropertiesListener("client.properties"));
         application.run(args);
     }
 

+ 41 - 0
src/main/java/com/uas/controller/SyncOrgElementsBaseInfoController.java

@@ -0,0 +1,41 @@
+package com.uas.controller;
+
+import com.uas.service.SyncOrgElementsBaseInfoService;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Controller;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.RequestMethod;
+import org.springframework.web.bind.annotation.ResponseBody;
+
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * @author koul
+ * @email koul@usoftchina.com
+ * @date 2021-05-17 13:39
+ */
+@Controller
+@RequestMapping("/org")
+public class SyncOrgElementsBaseInfoController {
+        @Autowired
+        private SyncOrgElementsBaseInfoService syncOrgElementsBaseInfoService;
+
+        /**
+         *
+         */
+        @RequestMapping(value = "/syncOrgElementsBaseInfo/sendSyncOrgElementsBaseInfo",method = RequestMethod.GET)
+        @ResponseBody
+        public Map<String, Object> sendSyncOrgElementsBaseInfo() {
+                Map<String, Object> modelMap = new HashMap<String, Object>();
+                modelMap.put("log", syncOrgElementsBaseInfoService.sendSyncOrgElementsBaseInfo());
+                modelMap.put("success", true);
+                return modelMap;
+        }
+
+        @RequestMapping(value = "/test")
+        @ResponseBody
+        public String test() {
+                return "test";
+        }
+}

+ 57 - 0
src/main/java/com/uas/core/config/AddSoapHeader.java

@@ -0,0 +1,57 @@
+package com.uas.core.config;
+
+import java.util.List;
+import javax.xml.namespace.QName;
+
+import org.apache.cxf.binding.soap.SoapHeader;
+import org.apache.cxf.binding.soap.SoapMessage;
+import org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor;
+import org.apache.cxf.headers.Header;
+import org.apache.cxf.helpers.DOMUtils;
+import org.apache.cxf.interceptor.Fault;
+import org.apache.cxf.phase.Phase;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+
+/**
+ * 消息拦截器,在报文中添加消息头,以支持服务端的验证
+ * 
+ */
+public class AddSoapHeader extends AbstractSoapInterceptor {
+
+	public AddSoapHeader() {
+		super(Phase.WRITE);
+	}
+
+	/**
+	 * 处理消息,添加消息头
+	 * 
+	 * @param message SOAP消息
+	 * @throws Exception
+	 */
+	@Override
+	public void handleMessage(SoapMessage message) throws Fault {
+		WebServiceConfig cfg = WebServiceConfig.getInstance();
+		Document doc = DOMUtils.createDocument();
+		
+		// 添加用户名信息
+		Element userElement = doc.createElement("tns:user");
+		userElement.setTextContent(cfg.getUser());
+		
+		// 添加密码信息
+		Element pwdElement = doc.createElement("tns:password");
+		pwdElement.setTextContent(cfg.getPassword());
+
+		// 创建消息头节点
+		Element root = doc.createElementNS("http://sys.webservice.client"
+		    , "tns:RequestSOAPHeader");
+		root.appendChild(userElement);
+		root.appendChild(pwdElement);
+
+		QName qname = new QName("RequestSOAPHeader");
+		SoapHeader head = new SoapHeader(qname, root);
+		List<Header> headers = message.getHeaders();
+		headers.add(head);
+	}
+
+}

+ 63 - 0
src/main/java/com/uas/core/config/WebServiceClient.java

@@ -0,0 +1,63 @@
+package com.uas.core.config;
+
+import org.apache.cxf.interceptor.LoggingInInterceptor;
+import org.apache.cxf.interceptor.LoggingOutInterceptor;
+import org.apache.cxf.jaxws.JaxWsProxyFactoryBean;
+
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * WebService客户端
+ * 
+ */
+public class WebServiceClient {
+
+	/**
+	 * 主方法
+	 * 
+	 * @throws Exception
+	 */
+	public static void main(String[] args) throws Exception {
+		WebServiceConfig cfg = WebServiceConfig.getInstance();
+
+		Object service = callService(cfg.getOrgAddress(), cfg.getOrgServiceClass());
+		// 请在此处添加业务代码
+
+	}
+	
+	/**
+	 * 调用服务,生成客户端的服务代理
+	 * 
+	 * @param address WebService的URL
+	 * @param serviceClass 服务接口全名
+	 * @return 服务代理对象
+	 * @throws Exception
+	 */
+	public static Object callService(String address, Class serviceClass)
+			throws Exception {
+
+		JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean();
+		
+		// 记录入站消息
+		factory.getInInterceptors().add(new LoggingInInterceptor());
+		
+		// 记录出站消息
+		factory.getOutInterceptors().add(new LoggingOutInterceptor());
+		
+		// 添加消息头验证信息。如果服务端要求验证用户密码,请加入此段代码
+		 factory.getOutInterceptors().add(new AddSoapHeader());
+
+		factory.setServiceClass(serviceClass);
+		factory.setAddress(address);
+		
+		// 使用MTOM编码处理消息。如果需要在消息中传输文档附件等二进制内容,请加入此段代码
+		 /*Map<String, Object> props = new HashMap<String, Object>();
+		 props.put("mtom-enabled", Boolean.TRUE);
+		 factory.setProperties(props);*/
+        
+        // 创建服务代理并返回
+		return factory.create();
+	}
+
+}

+ 226 - 0
src/main/java/com/uas/core/config/WebServiceConfig.java

@@ -0,0 +1,226 @@
+package com.uas.core.config;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Properties;
+
+/**
+ * 解析配置文件
+ * 
+ */
+public class WebServiceConfig {
+	private static WebServiceConfig cfg = new WebServiceConfig();
+
+	/**
+	 * Web服务的orgURL
+	 */
+	private String orgAddress;
+
+	/**
+	 * Web服务org接口
+	 */
+	private Class orgServiceClass;
+
+	/**
+	 * Web服务org标识
+	 */
+	private String orgServiceBean;
+
+	// Web服务的notifyURL
+	private String notifyAddress;
+
+	// Web服务notify接口
+	private Class notifyServiceClass;
+
+	// Web服务notify标识
+	private String notifyServiceBean;
+
+	// Web服务的OAURL
+	private String OAAddress;
+
+	// Web服务OAURL接口
+	private Class OAServiceClass;
+
+	// Web服务OAURL标识
+	private String OAServiceBean;
+
+	private String HTAddress;
+
+	private Class HTServiceClass;
+
+	private String HTServiceBean;
+	
+	// 用户
+	private String user;
+	
+	// 密码
+	private String password;
+
+	private WebServiceConfig() {
+		loadCfg();
+	}
+
+	public static WebServiceConfig getInstance() {
+		return cfg;
+	}
+
+	/**
+	 * 解析配置文件
+	 */
+	private void loadCfg() {
+		Properties prop = new Properties();
+		InputStream confStream = this.getClass().getResourceAsStream("/client.properties");
+
+		try {
+			prop.load(confStream);
+			this.orgAddress=prop.getProperty("orgAddress");
+			this.orgServiceClass=Class.forName(prop.getProperty("orgService_class"));
+			this.orgServiceBean=prop.getProperty("orgService_bean");
+			this.notifyAddress=prop.getProperty("notifyAddress");
+			this.notifyServiceClass=Class.forName(prop.getProperty("notifyService_class"));
+			this.notifyServiceBean=prop.getProperty("notifyService_bean");
+			this.OAAddress=prop.getProperty("OAAddress");
+			this.OAServiceClass=Class.forName(prop.getProperty("OAService_class"));
+			this.OAServiceBean=prop.getProperty("OAService_bean");
+			this.HTAddress=prop.getProperty("HTAddress");
+			this.HTServiceClass=Class.forName(prop.getProperty("HTService_class"));
+			this.HTServiceBean=prop.getProperty("HTService_bean");
+			this.user=prop.getProperty("user");
+			this.password=prop.getProperty("password");
+
+		} catch (Exception e) {
+			// TODO 自动生成的catch块
+			e.printStackTrace();
+		} finally {
+			try {
+				confStream.close();
+			} catch (IOException e) {
+				// TODO 自动生成的catch块
+				e.printStackTrace();
+			}
+		}
+	}
+
+	public String getHTAddress() {
+		return HTAddress;
+	}
+
+	public void setHTAddress(String HTAddress) {
+		this.HTAddress = HTAddress;
+	}
+
+	public Class getHTServiceClass() {
+		return HTServiceClass;
+	}
+
+	public void setHTServiceClass(Class HTServiceClass) {
+		this.HTServiceClass = HTServiceClass;
+	}
+
+	public String getHTServiceBean() {
+		return HTServiceBean;
+	}
+
+	public void setHTServiceBean(String HTServiceBean) {
+		this.HTServiceBean = HTServiceBean;
+	}
+
+	public String getOAAddress() {
+		return OAAddress;
+	}
+
+	public void setOAAddress(String OAAddress) {
+		this.OAAddress = OAAddress;
+	}
+
+	public Class getOAServiceClass() {
+		return OAServiceClass;
+	}
+
+	public void setOAServiceClass(Class OAServiceClass) {
+		this.OAServiceClass = OAServiceClass;
+	}
+
+	public String getOAServiceBean() {
+		return OAServiceBean;
+	}
+
+	public void setOAServiceBean(String OAServiceBean) {
+		this.OAServiceBean = OAServiceBean;
+	}
+
+	public static WebServiceConfig getCfg() {
+		return cfg;
+	}
+
+	public static void setCfg(WebServiceConfig cfg) {
+		WebServiceConfig.cfg = cfg;
+	}
+
+	public String getOrgAddress() {
+		return orgAddress;
+	}
+
+	public void setOrgAddress(String orgAddress) {
+		this.orgAddress = orgAddress;
+	}
+
+	public Class getOrgServiceClass() {
+		return orgServiceClass;
+	}
+
+	public void setOrgServiceClass(Class orgServiceClass) {
+		this.orgServiceClass = orgServiceClass;
+	}
+
+	public String getOrgServiceBean() {
+		return orgServiceBean;
+	}
+
+	public void setOrgServiceBean(String orgServiceBean) {
+		this.orgServiceBean = orgServiceBean;
+	}
+
+	public String getNotifyAddress() {
+		return notifyAddress;
+	}
+
+	public void setNotifyAddress(String notifyAddress) {
+		this.notifyAddress = notifyAddress;
+	}
+
+	public Class getNotifyServiceClass() {
+		return notifyServiceClass;
+	}
+
+	public void setNotifyServiceClass(Class notifyServiceClass) {
+		this.notifyServiceClass = notifyServiceClass;
+	}
+
+	public String getNotifyServiceBean() {
+		return notifyServiceBean;
+	}
+
+	public void setNotifyServiceBean(String notifyServiceBean) {
+		this.notifyServiceBean = notifyServiceBean;
+	}
+
+	public String getUser() {
+		return user;
+	}
+
+	public void setUser(String user) {
+		this.user = user;
+	}
+
+	public String getPassword() {
+		return password;
+	}
+
+	public void setPassword(String password) {
+		this.password = password;
+	}
+
+}

+ 42 - 4
src/main/java/com/uas/core/support/SpringDynamicCronTask.java

@@ -13,6 +13,8 @@ import org.springframework.scheduling.config.ScheduledTaskRegistrar;
 import org.springframework.stereotype.Component;
 
 import java.lang.reflect.Method;
+import java.util.HashMap;
+
 @Configuration
 @EnableScheduling
 @Component
@@ -30,17 +32,53 @@ public class SpringDynamicCronTask implements SchedulingConfigurer {
 	@Override
 	public void configureTasks(ScheduledTaskRegistrar taskRegistrar) {
 		String activeProFiles = env.getActiveProfiles()[0];
-		if(!"dev".equals(activeProFiles)) {
-			logger.info(String.format("运行环境:%s;注册TASK:%s",activeProFiles,env.getProperty("Task.Method")));
+		if("prod".equals(activeProFiles)) {
+			logger.info(String.format("运行环境:%s;注册TASK:%s",activeProFiles,env.getProperty("Task.OrgMethod")));
+			taskRegistrar.addCronTask(() -> {
+				//业务逻辑
+				try {
+					Method method = scheduleTask.getClass().getMethod(env.getProperty("Task.OrgMethod"));
+					method.invoke(scheduleTask);
+				}catch (Exception e){
+					e.printStackTrace();
+				}
+			}, env.getProperty("Task.OrgCron"));
+			taskRegistrar.addCronTask(() -> {
+				//业务逻辑
+				try {
+					Method method = scheduleTask.getClass().getMethod(env.getProperty("Task.NotifyMethod"));
+					method.invoke(scheduleTask);
+				}catch (Exception e){
+					e.printStackTrace();
+				}
+			}, env.getProperty("Task.NotifyCron"));
+			/*taskRegistrar.addCronTask(() -> {
+				//业务逻辑
+				try {
+					Method method = scheduleTask.getClass().getMethod(env.getProperty("Task.SENDYCSQMethod"));
+					method.invoke(scheduleTask);
+				}catch (Exception e){
+					e.printStackTrace();
+				}
+			}, env.getProperty("Task.SENDYCSQCron"));
+			taskRegistrar.addCronTask(() -> {
+				//业务逻辑
+				try {
+					Method method = scheduleTask.getClass().getMethod(env.getProperty("Task.SENDJDAPMethod"));
+					method.invoke(scheduleTask);
+				}catch (Exception e){
+					e.printStackTrace();
+				}
+			}, env.getProperty("Task.SENDJDAPCron"));
 			taskRegistrar.addCronTask(() -> {
 				//业务逻辑
 				try {
-					Method method = scheduleTask.getClass().getMethod(env.getProperty("Task.Method"));
+					Method method = scheduleTask.getClass().getMethod(env.getProperty("Task.SENDHTSPMethod"));
 					method.invoke(scheduleTask);
 				}catch (Exception e){
 					e.printStackTrace();
 				}
-			}, env.getProperty("Task.Cron"));
+			}, env.getProperty("Task.SENDHTSPCron"));*/
 		}
 	}
 }

+ 0 - 13
src/main/java/com/uas/dao/BusinessChangeDao.java

@@ -1,13 +0,0 @@
-package com.uas.dao;
-
-
-import com.uas.entity.BusinessChange;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface BusinessChangeDao extends JpaRepository<BusinessChange,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/BusinessDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Business;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface BusinessDao extends JpaRepository<Business,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/BusinessDetailDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.BusinessDetail;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface BusinessDetailDao extends JpaRepository<BusinessDetail,Long> {
-}

+ 0 - 13
src/main/java/com/uas/dao/CpwsDao.java

@@ -1,13 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Cpws;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- * 裁判文书
- */
-public interface CpwsDao extends JpaRepository<Cpws,Long> {
-}

+ 0 - 13
src/main/java/com/uas/dao/CpwsDetailDao.java

@@ -1,13 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.CpwsDetail;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- * 裁判文书明细
- */
-public interface CpwsDetailDao extends JpaRepository<CpwsDetail,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/CustomerDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Customer;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface CustomerDao extends JpaRepository<Customer,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/DanBaoDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.DanBao;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-12 9:40
- */
-public interface DanBaoDao extends JpaRepository<DanBao,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/DcdyDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Dcdy;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-02 14:10
- */
-public interface DcdyDao extends JpaRepository<Dcdy,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/DcdyDetailDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.DcdyDetail;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-02 14:07
- */
-public interface DcdyDetailDao extends JpaRepository<DcdyDetail,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/ExecutedPersonDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.ExecutedPerson;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-29 18:13
- */
-public interface ExecutedPersonDao extends JpaRepository<ExecutedPerson,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/GqczDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Gqcz;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-02 14:33
- */
-public interface GqczDao extends JpaRepository<Gqcz,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/InvestorDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Investor;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface InvestorDao extends JpaRepository<Investor,Long> {
-}

+ 0 - 13
src/main/java/com/uas/dao/InvestorRJDetailDao.java

@@ -1,13 +0,0 @@
-package com.uas.dao;
-
-
-import com.uas.entity.InvestorRJDetail;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface InvestorRJDetailDao extends JpaRepository<InvestorRJDetail,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/InvestorSJDetailDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.InvestorSJDetail;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface InvestorSJDetailDao extends JpaRepository<InvestorSJDetail,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/JyycDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Jyyc;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-02 10:07
- */
-public interface JyycDao extends JpaRepository<Jyyc,Long> {
-}

+ 0 - 13
src/main/java/com/uas/dao/KtggDao.java

@@ -1,13 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Ktgg;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- * 开庭公告
- */
-public interface KtggDao extends JpaRepository<Ktgg,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/KtggDetailDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.KtggDetail;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface KtggDetailDao extends JpaRepository<KtggDetail,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/MemberDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Member;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-27 8:49
- */
-public interface MemberDao extends JpaRepository<Member,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/QsjlDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Qsjl;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-02 11:22
- */
-public interface QsjlDao extends JpaRepository<Qsjl,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/SfxzDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Sfxz;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-02 14:51
- */
-public interface SfxzDao extends JpaRepository<Sfxz,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/SsggDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Ssgg;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-02 14:59
- */
-public interface SsggDao extends JpaRepository<Ssgg,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/SswfDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Sswf;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-11-02 10:52
- */
-public interface SswfDao extends JpaRepository<Sswf,Long> {
-}

+ 0 - 12
src/main/java/com/uas/dao/SxbzxrDao.java

@@ -1,12 +0,0 @@
-package com.uas.dao;
-
-import com.uas.entity.Sxbzxr;
-import org.springframework.data.jpa.repository.JpaRepository;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-29 18:38
- */
-public interface SxbzxrDao extends JpaRepository<Sxbzxr,Long> {
-}

+ 0 - 537
src/main/java/com/uas/entity/Business.java

@@ -1,537 +0,0 @@
-package com.uas.entity;
-
-import com.alibaba.fastjson.annotation.JSONField;
-
-import javax.persistence.*;
-import java.util.Date;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-26 9:20
- * 工商资料
- */
-@Entity
-@Table(name = "FBBUSINESS")
-public class Business {
-    @Id
-    @SequenceGenerator(name="FBBUSINESS_SEQ", sequenceName="FBBUSINESS_SEQ", allocationSize=1)
-    @GeneratedValue(strategy= GenerationType.SEQUENCE, generator="FBBUSINESS_SEQ")
-    private Long fb_id;
-    @JSONField(name = "A级纳税人评价年度")
-    private String fb_evaluation;
-    @JSONField(name = "业务主管单位")
-    private String fb_organizer;
-    @JSONField(name = "原注册号")
-    private String fb_oldcode;
-    @JSONField(name = "发照日期")
-    private String fb_issuedate;
-    @JSONField(name = "发证机关")
-    private String fb_issueorgan;
-    @JSONField(name = "吊销原因")
-    private String fb_dxreason;
-    @JSONField(name = "吊销日期")
-    private String fb_dxdate;
-    @JSONField(name = "名称")
-    private String fb_name;
-    @JSONField(name = "地址")
-    private String fb_address;
-    @JSONField(name = "多证合一")
-    private String fb_dzhy;
-    @JSONField(name = "实收资本")
-    private String fb_paidamount;
-    @JSONField(name = "成立日期")
-    private String fb_cldate;
-    @JSONField(name = "执行事务合伙人")
-    private String fb_zxswhhr;
-    @JSONField(name = "执行事务合伙人(委派代表)")
-    private String fb_zxswhhrdb;
-    @JSONField(name = "投资人")
-    private String fb_investors;
-    @JSONField(name = "曾用名")
-    private String fb_oldname;
-    @JSONField(name = "标准化名称")
-    private String fb_bzhname;
-    @JSONField(name = "核准日期")
-    private String fb_approveddate;
-    @JSONField(name = "法代/执行")
-    private String fb_execution;
-    @JSONField(name = "法定代表人")
-    private String fb_legalrepresentative;
-    @JSONField(name = "注册号")
-    private String fb_code;
-    @JSONField(name = "注册日期")
-    private String fb_date;
-    @JSONField(name = "注册资本币种")
-    private String fb_currency;
-    @JSONField(name = "注册资本(万元)")
-    private Float fb_amount;
-    @JSONField(name = "注吊销日期")
-    private String fb_zdxdate;
-    @JSONField(name = "注销原因")
-    private String fb_zxreason;
-    @JSONField(name = "注销日期")
-    private String fb_zxdate;
-    @JSONField(name = "派出企业名称")
-    private String fb_companyname;
-    @JSONField(name = "电子邮箱")
-    private String fb_email;
-    @JSONField(name = "登记时间")
-    private String fb_djdate;
-    @JSONField(name = "登记机关")
-    private String fb_djorgan;
-    @JSONField(name = "登记状态")
-    private String fb_djstatus;
-    @JSONField(name = "省市")
-    private String fb_province;
-    @JSONField(name = "类型")
-    private String fb_type;
-    @JSONField(name = "类型代码")
-    private String fb_typecode;
-    @JSONField(name = "组成形式")
-    private String fb_formation;
-    @JSONField(name = "经济性质")
-    private String fb_economicnature;
-    @JSONField(name = "经营场所")
-    private String fb_place;
-    @JSONField(name = "经营期限自")
-    private String fb_jyqxfrom;
-    @JSONField(name = "经营期限至")
-    private String fb_jyqxto;
-    @JSONField(name = "经营者")
-    private String fb_operators;
-    @JSONField(name = "经营范围")
-    private String fb_businessscope;
-    @JSONField(name = "统一社会信用代码")
-    private String fb_tyshxycode;
-    @JSONField(name = "联系电话")
-    private String fb_contactnumber;
-    @JSONField(name = "设备价款")
-    private String fb_equipmentamount;
-    @JSONField(name = "评估等级")
-    private String fb_level;
-    @JSONField(name = "负责人")
-    private String fb_principal;
-    @JSONField(name = "迁入地工商局")
-    private String fb_qrdgsj;
-    @JSONField(name = "首席代表")
-    private String fb_chiefrepresentative;
-    private String fb_gzstatus;
-    private Date fb_gxdate;
-
-    public Date getFb_gxdate() {
-        return fb_gxdate;
-    }
-
-    public void setFb_gxdate(Date fb_gxdate) {
-        this.fb_gxdate = fb_gxdate;
-    }
-
-    public String getFb_gzstatus() {
-        return fb_gzstatus;
-    }
-
-    public void setFb_gzstatus(String fb_gzstatus) {
-        this.fb_gzstatus = fb_gzstatus;
-    }
-
-    public Long getFb_id() {
-        return fb_id;
-    }
-
-    public void setFb_id(Long fb_id) {
-        this.fb_id = fb_id;
-    }
-
-    public String getFb_evaluation() {
-        return fb_evaluation;
-    }
-
-    public void setFb_evaluation(String fb_evaluation) {
-        this.fb_evaluation = fb_evaluation;
-    }
-
-    public String getFb_organizer() {
-        return fb_organizer;
-    }
-
-    public void setFb_organizer(String fb_organizer) {
-        this.fb_organizer = fb_organizer;
-    }
-
-    public String getFb_oldcode() {
-        return fb_oldcode;
-    }
-
-    public void setFb_oldcode(String fb_oldcode) {
-        this.fb_oldcode = fb_oldcode;
-    }
-
-    public String getFb_issuedate() {
-        return fb_issuedate;
-    }
-
-    public void setFb_issuedate(String fb_issuedate) {
-        this.fb_issuedate = fb_issuedate;
-    }
-
-    public String getFb_issueorgan() {
-        return fb_issueorgan;
-    }
-
-    public void setFb_issueorgan(String fb_issueorgan) {
-        this.fb_issueorgan = fb_issueorgan;
-    }
-
-    public String getFb_dxreason() {
-        return fb_dxreason;
-    }
-
-    public void setFb_dxreason(String fb_dxreason) {
-        this.fb_dxreason = fb_dxreason;
-    }
-
-    public String getFb_dxdate() {
-        return fb_dxdate;
-    }
-
-    public void setFb_dxdate(String fb_dxdate) {
-        this.fb_dxdate = fb_dxdate;
-    }
-
-    public String getFb_name() {
-        return fb_name;
-    }
-
-    public void setFb_name(String fb_name) {
-        this.fb_name = fb_name;
-    }
-
-    public String getFb_address() {
-        return fb_address;
-    }
-
-    public void setFb_address(String fb_address) {
-        this.fb_address = fb_address;
-    }
-
-    public String getFb_dzhy() {
-        return fb_dzhy;
-    }
-
-    public void setFb_dzhy(String fb_dzhy) {
-        this.fb_dzhy = fb_dzhy;
-    }
-
-    public String getFb_paidamount() {
-        return fb_paidamount;
-    }
-
-    public void setFb_paidamount(String fb_paidamount) {
-        this.fb_paidamount = fb_paidamount;
-    }
-
-    public String getFb_cldate() {
-        return fb_cldate;
-    }
-
-    public void setFb_cldate(String fb_cldate) {
-        this.fb_cldate = fb_cldate;
-    }
-
-    public String getFb_zxswhhr() {
-        return fb_zxswhhr;
-    }
-
-    public void setFb_zxswhhr(String fb_zxswhhr) {
-        this.fb_zxswhhr = fb_zxswhhr;
-    }
-
-    public String getFb_zxswhhrdb() {
-        return fb_zxswhhrdb;
-    }
-
-    public void setFb_zxswhhrdb(String fb_zxswhhrdb) {
-        this.fb_zxswhhrdb = fb_zxswhhrdb;
-    }
-
-    public String getFb_investors() {
-        return fb_investors;
-    }
-
-    public void setFb_investors(String fb_investors) {
-        this.fb_investors = fb_investors;
-    }
-
-    public String getFb_oldname() {
-        return fb_oldname;
-    }
-
-    public void setFb_oldname(String fb_oldname) {
-        this.fb_oldname = fb_oldname;
-    }
-
-    public String getFb_bzhname() {
-        return fb_bzhname;
-    }
-
-    public void setFb_bzhname(String fb_bzhname) {
-        this.fb_bzhname = fb_bzhname;
-    }
-
-    public String getFb_approveddate() {
-        return fb_approveddate;
-    }
-
-    public void setFb_approveddate(String fb_approveddate) {
-        this.fb_approveddate = fb_approveddate;
-    }
-
-    public String getFb_execution() {
-        return fb_execution;
-    }
-
-    public void setFb_execution(String fb_execution) {
-        this.fb_execution = fb_execution;
-    }
-
-    public String getFb_legalrepresentative() {
-        return fb_legalrepresentative;
-    }
-
-    public void setFb_legalrepresentative(String fb_legalrepresentative) {
-        this.fb_legalrepresentative = fb_legalrepresentative;
-    }
-
-    public String getFb_code() {
-        return fb_code;
-    }
-
-    public void setFb_code(String fb_code) {
-        this.fb_code = fb_code;
-    }
-
-    public String getFb_date() {
-        return fb_date;
-    }
-
-    public void setFb_date(String fb_date) {
-        this.fb_date = fb_date;
-    }
-
-    public String getFb_currency() {
-        return fb_currency;
-    }
-
-    public void setFb_currency(String fb_currency) {
-        this.fb_currency = fb_currency;
-    }
-
-    public Float getFb_amount() {
-        return fb_amount;
-    }
-
-    public void setFb_amount(Float fb_amount) {
-        this.fb_amount = fb_amount;
-    }
-
-    public String getFb_zdxdate() {
-        return fb_zdxdate;
-    }
-
-    public void setFb_zdxdate(String fb_zdxdate) {
-        this.fb_zdxdate = fb_zdxdate;
-    }
-
-    public String getFb_zxreason() {
-        return fb_zxreason;
-    }
-
-    public void setFb_zxreason(String fb_zxreason) {
-        this.fb_zxreason = fb_zxreason;
-    }
-
-    public String getFb_zxdate() {
-        return fb_zxdate;
-    }
-
-    public void setFb_zxdate(String fb_zxdate) {
-        this.fb_zxdate = fb_zxdate;
-    }
-
-    public String getFb_companyname() {
-        return fb_companyname;
-    }
-
-    public void setFb_companyname(String fb_companyname) {
-        this.fb_companyname = fb_companyname;
-    }
-
-    public String getFb_email() {
-        return fb_email;
-    }
-
-    public void setFb_email(String fb_email) {
-        this.fb_email = fb_email;
-    }
-
-    public String getFb_djdate() {
-        return fb_djdate;
-    }
-
-    public void setFb_djdate(String fb_djdate) {
-        this.fb_djdate = fb_djdate;
-    }
-
-    public String getFb_djorgan() {
-        return fb_djorgan;
-    }
-
-    public void setFb_djorgan(String fb_djorgan) {
-        this.fb_djorgan = fb_djorgan;
-    }
-
-    public String getFb_djstatus() {
-        return fb_djstatus;
-    }
-
-    public void setFb_djstatus(String fb_djstatus) {
-        this.fb_djstatus = fb_djstatus;
-    }
-
-    public String getFb_province() {
-        return fb_province;
-    }
-
-    public void setFb_province(String fb_province) {
-        this.fb_province = fb_province;
-    }
-
-    public String getFb_type() {
-        return fb_type;
-    }
-
-    public void setFb_type(String fb_type) {
-        this.fb_type = fb_type;
-    }
-
-    public String getFb_typecode() {
-        return fb_typecode;
-    }
-
-    public void setFb_typecode(String fb_typecode) {
-        this.fb_typecode = fb_typecode;
-    }
-
-    public String getFb_formation() {
-        return fb_formation;
-    }
-
-    public void setFb_formation(String fb_formation) {
-        this.fb_formation = fb_formation;
-    }
-
-    public String getFb_economicnature() {
-        return fb_economicnature;
-    }
-
-    public void setFb_economicnature(String fb_economicnature) {
-        this.fb_economicnature = fb_economicnature;
-    }
-
-    public String getFb_place() {
-        return fb_place;
-    }
-
-    public void setFb_place(String fb_place) {
-        this.fb_place = fb_place;
-    }
-
-    public String getFb_jyqxfrom() {
-        return fb_jyqxfrom;
-    }
-
-    public void setFb_jyqxfrom(String fb_jyqxfrom) {
-        this.fb_jyqxfrom = fb_jyqxfrom;
-    }
-
-    public String getFb_jyqxto() {
-        return fb_jyqxto;
-    }
-
-    public void setFb_jyqxto(String fb_jyqxto) {
-        this.fb_jyqxto = fb_jyqxto;
-    }
-
-    public String getFb_operators() {
-        return fb_operators;
-    }
-
-    public void setFb_operators(String fb_operators) {
-        this.fb_operators = fb_operators;
-    }
-
-    public String getFb_businessscope() {
-        return fb_businessscope;
-    }
-
-    public void setFb_businessscope(String fb_businessscope) {
-        this.fb_businessscope = fb_businessscope;
-    }
-
-    public String getFb_tyshxycode() {
-        return fb_tyshxycode;
-    }
-
-    public void setFb_tyshxycode(String fb_tyshxycode) {
-        this.fb_tyshxycode = fb_tyshxycode;
-    }
-
-    public String getFb_contactnumber() {
-        return fb_contactnumber;
-    }
-
-    public void setFb_contactnumber(String fb_contactnumber) {
-        this.fb_contactnumber = fb_contactnumber;
-    }
-
-    public String getFb_equipmentamount() {
-        return fb_equipmentamount;
-    }
-
-    public void setFb_equipmentamount(String fb_equipmentamount) {
-        this.fb_equipmentamount = fb_equipmentamount;
-    }
-
-    public String getFb_level() {
-        return fb_level;
-    }
-
-    public void setFb_level(String fb_level) {
-        this.fb_level = fb_level;
-    }
-
-    public String getFb_principal() {
-        return fb_principal;
-    }
-
-    public void setFb_principal(String fb_principal) {
-        this.fb_principal = fb_principal;
-    }
-
-    public String getFb_qrdgsj() {
-        return fb_qrdgsj;
-    }
-
-    public void setFb_qrdgsj(String fb_qrdgsj) {
-        this.fb_qrdgsj = fb_qrdgsj;
-    }
-
-    public String getFb_chiefrepresentative() {
-        return fb_chiefrepresentative;
-    }
-
-    public void setFb_chiefrepresentative(String fb_chiefrepresentative) {
-        this.fb_chiefrepresentative = fb_chiefrepresentative;
-    }
-}

+ 0 - 106
src/main/java/com/uas/entity/BusinessChange.java

@@ -1,106 +0,0 @@
-package com.uas.entity;
-
-import com.alibaba.fastjson.annotation.JSONField;
-
-import javax.persistence.*;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-28 9:26
- * 工商变更
- */
-@Entity
-@Table(name = "FBBUSINESSCHANGE")
-public class BusinessChange{
-    @Id
-    @SequenceGenerator(name="FBBUSINESSCHANGE_SEQ", sequenceName="FBBUSINESSCHANGE_SEQ", allocationSize=1)
-    @GeneratedValue(strategy= GenerationType.SEQUENCE, generator="FBBUSINESSCHANGE_SEQ")
-    private Long fbc_id;
-    @JSONField(name = "变更事项")
-    private String fbc_changes;
-    @JSONField(name = "变更事项详情")
-    private String fbc_changesdetail;
-    @JSONField(name = "变更前")
-    private String fbc_changesbefore;
-    @JSONField(name = "变更后")
-    private String fbc_changesafter;
-    @JSONField(name = "变更日期")
-    private String fbc_changesdate;
-    @JSONField(name = "统一社会信用代码")
-    private String fbc_tyshxycode;
-    private int fbc_detno;
-    private Long fbc_fbid;
-
-    public Long getFbc_fbid() {
-        return fbc_fbid;
-    }
-
-    public void setFbc_fbid(Long fbc_fbid) {
-        this.fbc_fbid = fbc_fbid;
-    }
-
-    public Long getFbc_id() {
-        return fbc_id;
-    }
-
-    public void setFbc_id(Long fbc_id) {
-        this.fbc_id = fbc_id;
-    }
-
-    public String getFbc_changes() {
-        return fbc_changes;
-    }
-
-    public void setFbc_changes(String fbc_changes) {
-        this.fbc_changes = fbc_changes;
-    }
-
-    public String getFbc_changesdetail() {
-        return fbc_changesdetail;
-    }
-
-    public void setFbc_changesdetail(String fbc_changesdetail) {
-        this.fbc_changesdetail = fbc_changesdetail;
-    }
-
-    public String getFbc_changesbefore() {
-        return fbc_changesbefore;
-    }
-
-    public void setFbc_changesbefore(String fbc_changesbefore) {
-        this.fbc_changesbefore = fbc_changesbefore;
-    }
-
-    public String getFbc_changesafter() {
-        return fbc_changesafter;
-    }
-
-    public void setFbc_changesafter(String fbc_changesafter) {
-        this.fbc_changesafter = fbc_changesafter;
-    }
-
-    public String getFbc_changesdate() {
-        return fbc_changesdate;
-    }
-
-    public void setFbc_changesdate(String fbc_changesdate) {
-        this.fbc_changesdate = fbc_changesdate;
-    }
-
-    public String getFbc_tyshxycode() {
-        return fbc_tyshxycode;
-    }
-
-    public void setFbc_tyshxycode(String fbc_tyshxycode) {
-        this.fbc_tyshxycode = fbc_tyshxycode;
-    }
-
-    public int getFbc_detno() {
-        return fbc_detno;
-    }
-
-    public void setFbc_detno(int fbc_detno) {
-        this.fbc_detno = fbc_detno;
-    }
-}

+ 0 - 118
src/main/java/com/uas/entity/BusinessDetail.java

@@ -1,118 +0,0 @@
-package com.uas.entity;
-
-import com.alibaba.fastjson.annotation.JSONField;
-
-import javax.persistence.*;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-28 8:46
- * 工商资料明细
- */
-@Entity
-@Table(name = "FBBUSINESSDETAIL")
-public class BusinessDetail {
-    @Id
-    @SequenceGenerator(name="FBBUSINESSDETAIL_SEQ", sequenceName="FBBUSINESSDETAIL_SEQ", allocationSize=1)
-    @GeneratedValue(strategy= GenerationType.SEQUENCE, generator="FBBUSINESSDETAIL_SEQ")
-    private Long fbd_id;
-    private Integer fbd_detno;
-    /**
-     * 注册地/经营地/股票
-     */
-    private String fbd_type;
-    @JSONField(name = "code")
-    private String fbd_code;
-    @JSONField(name = "区县")
-    private String fbd_district;
-    @JSONField(name = "市")
-    private String fbd_city;
-    @JSONField(name = "省")
-    private String fbd_province;
-    @JSONField(name = "简称")
-    private String fbd_abbreviation;
-    private Long fbd_fbid;
-    @JSONField(name = "代码")
-    private String fbd_gpcode;
-
-    public String getFbd_gpcode() {
-        return fbd_gpcode;
-    }
-
-    public void setFbd_gpcode(String fbd_gpcode) {
-        this.fbd_gpcode = fbd_gpcode;
-    }
-
-    public Long getFbd_id() {
-        return fbd_id;
-    }
-
-    public void setFbd_id(Long fbd_id) {
-        this.fbd_id = fbd_id;
-    }
-
-    public Integer getFbd_detno() {
-        return fbd_detno;
-    }
-
-    public void setFbd_detno(Integer fbd_detno) {
-        this.fbd_detno = fbd_detno;
-    }
-
-    public String getFbd_type() {
-        return fbd_type;
-    }
-
-    public void setFbd_type(String fbd_type) {
-        this.fbd_type = fbd_type;
-    }
-
-    public String getFbd_code() {
-        return fbd_code;
-    }
-
-    public void setFbd_code(String fbd_code) {
-        this.fbd_code = fbd_code;
-    }
-
-    public String getFbd_district() {
-        return fbd_district;
-    }
-
-    public void setFbd_district(String fbd_district) {
-        this.fbd_district = fbd_district;
-    }
-
-    public String getFbd_city() {
-        return fbd_city;
-    }
-
-    public void setFbd_city(String fbd_city) {
-        this.fbd_city = fbd_city;
-    }
-
-    public String getFbd_province() {
-        return fbd_province;
-    }
-
-    public void setFbd_province(String fbd_province) {
-        this.fbd_province = fbd_province;
-    }
-
-    public String getFbd_abbreviation() {
-        return fbd_abbreviation;
-    }
-
-    public void setFbd_abbreviation(String fbd_abbreviation) {
-        this.fbd_abbreviation = fbd_abbreviation;
-    }
-
-    public Long getFbd_fbid() {
-        return fbd_fbid;
-    }
-
-    public void setFbd_fbid(Long fbd_fbid) {
-        this.fbd_fbid = fbd_fbid;
-    }
-}

+ 0 - 185
src/main/java/com/uas/entity/Cpws.java

@@ -1,185 +0,0 @@
-package com.uas.entity;
-
-import com.alibaba.fastjson.annotation.JSONField;
-
-import javax.persistence.*;
-
-/**
- * @author koul
- * @email koul@usoftchina.com
- * @date 2020-10-29 15:59
- * 裁判文书
- */
-@Entity
-@Table(name = "FBCPWS")
-public class Cpws {
-    @Id
-    @SequenceGenerator(name = "FBCPWS_SEQ",sequenceName = "FBCPWS_SEQ",allocationSize = 1)
-    @GeneratedValue(strategy = GenerationType.SEQUENCE,generator = "FBCPWS_SEQ")
-    private Long fc_id;
-    private int fc_detno;
-    @JSONField(name = "url")
-    private String fc_url;
-    @JSONField(name = "判决总金额")
-    private String fc_pjqmount;
-    @JSONField(name = "判决时间")
-    private String fc_pjdate;
-    @JSONField(name = "发布时间")
-    private String fc_fbdate;
-    @JSONField(name = "文书类型")
-    private String fc_type;
-    @JSONField(name = "标题")
-    private String fc_title;
-    @JSONField(name = "案号")
-    private String fc_casenumber;
-    @JSONField(name = "案由")
-    private String fc_summary;
-    @JSONField(name = "法院")
-    private String fc_court;
-    @JSONField(name = "诉讼费")
-    private String fc_ssamount;
-    private String fc_tyshxycode;
-    @JSONField(name = "法官")
-    private String fc_judge;
-    @JSONField(name = "案件类型")
-    private String fc_casetype;
-    @JSONField(name = "不公开理由")
-    private String fc_bgkreason;
-    private Long fc_fbid;
-
-    public Long getFc_fbid() {
-        return fc_fbid;
-    }
-
-    public void setFc_fbid(Long fc_fbid) {
-        this.fc_fbid = fc_fbid;
-    }
-
-    public Long getFc_id() {
-        return fc_id;
-    }
-
-    public void setFc_id(Long fc_id) {
-        this.fc_id = fc_id;
-    }
-
-    public int getFc_detno() {
-        return fc_detno;
-    }
-
-    public void setFc_detno(int fc_detno) {
-        this.fc_detno = fc_detno;
-    }
-
-    public String getFc_url() {
-        return fc_url;
-    }
-
-    public void setFc_url(String fc_url) {
-        this.fc_url = fc_url;
-    }
-
-    public String getFc_pjqmount() {
-        return fc_pjqmount;
-    }
-
-    public void setFc_pjqmount(String fc_pjqmount) {
-        this.fc_pjqmount = fc_pjqmount;
-    }
-
-    public String getFc_pjdate() {
-        return fc_pjdate;
-    }
-
-    public void setFc_pjdate(String fc_pjdate) {
-        this.fc_pjdate = fc_pjdate;
-    }
-
-    public String getFc_fbdate() {
-        return fc_fbdate;
-    }
-
-    public void setFc_fbdate(String fc_fbdate) {
-        this.fc_fbdate = fc_fbdate;
-    }
-
-    public String getFc_type() {
-        return fc_type;
-    }
-
-    public void setFc_type(String fc_type) {
-        this.fc_type = fc_type;
-    }
-
-    public String getFc_title() {
-        return fc_title;
-    }
-
-    public void setFc_title(String fc_title) {
-        this.fc_title = fc_title;
-    }
-
-    public String getFc_casenumber() {
-        return fc_casenumber;
-    }
-
-    public void setFc_casenumber(String fc_casenumber) {
-        this.fc_casenumber = fc_casenumber;
-    }
-
-    public String getFc_summary() {
-        return fc_summary;
-    }
-
-    public void setFc_summary(String fc_summary) {
-        this.fc_summary = fc_summary;
-    }
-
-    public String getFc_court() {
-        return fc_court;
-    }
-
-    public void setFc_court(String fc_court) {
-        this.fc_court = fc_court;
-    }
-
-    public String getFc_ssamount() {
-        return fc_ssamount;
-    }
-
-    public void setFc_ssamount(String fc_ssamount) {
-        this.fc_ssamount = fc_ssamount;
-    }
-
-    public String getFc_tyshxycode() {
-        return fc_tyshxycode;
-    }
-
-    public void setFc_tyshxycode(String fc_tyshxycode) {
-        this.fc_tyshxycode = fc_tyshxycode;
-    }
-
-    public String getFc_judge() {
-        return fc_judge;
-    }
-
-    public void setFc_judge(String fc_judge) {
-        this.fc_judge = fc_judge;
-    }
-
-    public String getFc_casetype() {
-        return fc_casetype;
-    }
-
-    public void setFc_casetype(String fc_casetype) {
-        this.fc_casetype = fc_casetype;
-    }
-
-    public String getFc_bgkreason() {
-        return fc_bgkreason;
-    }
-
-    public void setFc_bgkreason(String fc_bgkreason) {
-        this.fc_bgkreason = fc_bgkreason;
-    }
-}

Some files were not shown because too many files changed in this diff