liusheng
5 天以前 355087c24ad9a2f73ae74662b207c4d0f7b0f7a0
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;