liusheng
6 天以前 5c1f5dcc9dbea7478b1a9bd7c047a99a042e9d24
ruoyi-common/src/main/java/com/ruoyi/common/dx/HelloResponse.java
@@ -9,10 +9,10 @@
/**
 * <p>anonymous complex type的 Java 类。
 *
 * <p>以下模式片段指定包含在此类中的预期内容。
 *
 * <p>anonymous complex type的 Java 类。
 *
 * <p>以下模式片段指定包含在此类中的预期内容。
 *
 * <pre>
 * &lt;complexType>
 *   &lt;complexContent>
@@ -24,8 +24,8 @@
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 *
 *
 *
 *
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
@@ -38,24 +38,24 @@
    protected String helloResult;
    /**
     * 获取helloResult属性的值。
     *
     * 获取helloResult属性的值。
     *
     * @return
     *     possible object is
     *     {@link String }
     *
     *
     */
    public String getHelloResult() {
        return helloResult;
    }
    /**
     * 设置helloResult属性的值。
     *
     * 设置helloResult属性的值。
     *
     * @param value
     *     allowed object is
     *     {@link String }
     *
     *
     */
    public void setHelloResult(String value) {
        this.helloResult = value;