package com.bizofficer.module.questionmcmt;

public class VarequalBeanMCMT {

	private Integer respident;
	private String content;
	
	
	
	public Integer getRespident() {
		return respident;
	}
	public void setRespident(Integer respident) {
		this.respident = respident;
	}
	public String getContent() {
		return content;
	}
	public void setContent(String content) {
		this.content = content;
	}
	
	
	
	
	


	
	
	
	
	

	

	

	
	
	
}
