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