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

com.tongna.adminstore.SendCode Maven / Gradle / Ivy

There is a newer version: 1.8.10
Show newest version
package com.tongna.adminstore;

import java.io.Serializable;

public class SendCode implements Serializable {

	/**
	 * 用户名
	 */
	private String name;

	/**
	 * 邮箱
	 */
	private String ccncmail;

	/**
	 * 密码
	 */
	private String ccncpw;

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public String getCcncmail() {
		return ccncmail;
	}

	public void setCcncmail(String ccncmail) {
		this.ccncmail = ccncmail;
	}

	public String getCcncpw() {
		return ccncpw;
	}

	public void setCcncpw(String ccncpw) {
		this.ccncpw = ccncpw;
	}
	
	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy