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

com.tmsps.ne4Weixin.beans.ShortUrl Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
package com.tmsps.ne4Weixin.beans;

public class ShortUrl extends BaseBean {
	private static final long serialVersionUID = 1L;
	private String short_url;

	public String getShort_url() {
		return short_url;
	}

	public void setShort_url(String short_url) {
		this.short_url = short_url;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy