All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.haoxuer.discover.user.rest.vo.SendCodeVo Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package com.haoxuer.discover.user.rest.vo;

import com.haoxuer.discover.rest.base.ResponseObject;

/**
 * Created by ada on 2017/6/30.
 */
public class SendCodeVo extends ResponseObject {

  private String sendCode;

  public String getSendCode() {
    return sendCode;
  }

  public void setSendCode(String sendCode) {
    this.sendCode = sendCode;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy