package com.cku.oa.sync.entity;

import java.util.Date;

import com.thinkgem.jeesite.common.persistence.DataEntity;

public class SaisiPeixunMeirong extends DataEntity<SaisiPeixunMeirong> {
	private static final long serialVersionUID = -6627415571387880847L;
	private Integer type;
	private String showCode;
	private String showName;
	private Date startTime;
	private Date endTime;
	public Integer getType() {
		return type;
	}
	public void setType(Integer type) {
		this.type = type;
	}
	public String getShowCode() {
		return showCode;
	}
	public void setShowCode(String showCode) {
		this.showCode = showCode;
	}
	public String getShowName() {
		return showName;
	}
	public void setShowName(String showName) {
		this.showName = showName;
	}
	public Date getStartTime() {
		return startTime;
	}
	public void setStartTime(Date startTime) {
		this.startTime = startTime;
	}
	public Date getEndTime() {
		return endTime;
	}
	public void setEndTime(Date endTime) {
		this.endTime = endTime;
	}
	
}
