package com.landy.gum.base.query;
|
|
import javax.persistence.Column;
|
import javax.persistence.Entity;
|
|
import com.landy.framework.core.query.BaseQueryItem;
|
|
@Entity
|
public class HospitalListQueryItem extends BaseQueryItem {
|
|
private String scmhSn;
|
private String scmhName;
|
private String scmhShortName;
|
private String scmhCategory;
|
private String scmhPhone;
|
private String scmhState;
|
private String scmhEmail;
|
private String scmhSiteUrl;
|
private String scmhFeature;
|
private String scmhPresident;
|
private String scmhProvince;
|
private String scmhFax;
|
private String scmhCounty;
|
private String scmhCity;
|
private String scmhAddress;
|
private String scmhPostCode;
|
private String scmhBank;
|
private String scmhOrder;
|
private String scmhRemark;
|
private Integer scmhId;
|
private Integer scmhPid;
|
private Integer scmhSyusId;
|
private String syusLoginName;
|
|
private Integer scmhSyaccId;
|
|
private String scmhParentName;
|
private String syusRealName;
|
|
|
@Column(name = "scmh_sn")
|
public String getScmhSn() {
|
return scmhSn;
|
}
|
|
public void setScmhSn(String scmhSn) {
|
this.scmhSn = scmhSn;
|
addValidField("scmhSn");
|
}
|
|
@Column(name = "scmh_name")
|
public String getScmhName() {
|
return scmhName;
|
}
|
|
public void setScmhName(String scmhName) {
|
this.scmhName = scmhName;
|
addValidField("scmhName");
|
}
|
|
@Column(name = "scmh_short_name")
|
public String getScmhShortName() {
|
return scmhShortName;
|
}
|
|
public void setScmhShortName(String scmhShortName) {
|
this.scmhShortName = scmhShortName;
|
addValidField("scmhShortName");
|
}
|
|
@Column(name = "scmh_category")
|
public String getScmhCategory() {
|
return scmhCategory;
|
}
|
|
public void setScmhCategory(String scmhCategory) {
|
this.scmhCategory = scmhCategory;
|
addValidField("scmhCategory");
|
}
|
|
@Column(name = "scmh_phone")
|
public String getScmhPhone() {
|
return scmhPhone;
|
}
|
|
public void setScmhPhone(String scmhPhone) {
|
this.scmhPhone = scmhPhone;
|
addValidField("scmhPhone");
|
}
|
|
@Column(name = "scmh_state")
|
public String getScmhState() {
|
return scmhState;
|
}
|
|
public void setScmhState(String scmhState) {
|
this.scmhState = scmhState;
|
addValidField("scmhState");
|
}
|
|
@Column(name = "scmh_email")
|
public String getScmhEmail() {
|
return scmhEmail;
|
}
|
|
public void setScmhEmail(String scmhEmail) {
|
this.scmhEmail = scmhEmail;
|
addValidField("scmhEmail");
|
}
|
|
@Column(name = "scmh_site_url")
|
public String getScmhSiteUrl() {
|
return scmhSiteUrl;
|
}
|
|
public void setScmhSiteUrl(String scmhSiteUrl) {
|
this.scmhSiteUrl = scmhSiteUrl;
|
addValidField("scmhSiteUrl");
|
}
|
|
@Column(name = "scmh_feature")
|
public String getScmhFeature() {
|
return scmhFeature;
|
}
|
|
public void setScmhFeature(String scmhFeature) {
|
this.scmhFeature = scmhFeature;
|
addValidField("scmhFeature");
|
}
|
|
@Column(name = "scmh_president")
|
public String getScmhPresident() {
|
return scmhPresident;
|
}
|
|
public void setScmhPresident(String scmhPresident) {
|
this.scmhPresident = scmhPresident;
|
addValidField("scmhPresident");
|
}
|
|
@Column(name = "scmh_syus_id")
|
public Integer getScmhSyusId() {
|
return scmhSyusId;
|
}
|
|
/**
|
* Set 管理员
|
*/
|
public void setScmhSyusId(Integer scmhSyusId) {
|
this.scmhSyusId = scmhSyusId;
|
addValidField("scmhSyusId");
|
}
|
|
@Column(name = "scmh_province")
|
public String getScmhProvince() {
|
return scmhProvince;
|
}
|
|
public void setScmhProvince(String scmhProvince) {
|
this.scmhProvince = scmhProvince;
|
addValidField("scmhProvince");
|
}
|
|
@Column(name = "scmh_fax")
|
public String getScmhFax() {
|
return scmhFax;
|
}
|
|
public void setScmhFax(String scmhFax) {
|
this.scmhFax = scmhFax;
|
addValidField("scmhFax");
|
}
|
|
@Column(name = "scmh_county")
|
public String getScmhCounty() {
|
return scmhCounty;
|
}
|
|
public void setScmhCounty(String scmhCounty) {
|
this.scmhCounty = scmhCounty;
|
addValidField("scmhCounty");
|
}
|
|
@Column(name = "scmh_city")
|
public String getScmhCity() {
|
return scmhCity;
|
}
|
|
public void setScmhCity(String scmhCity) {
|
this.scmhCity = scmhCity;
|
addValidField("scmhCity");
|
}
|
|
@Column(name = "scmh_address")
|
public String getScmhAddress() {
|
return scmhAddress;
|
}
|
|
public void setScmhAddress(String scmhAddress) {
|
this.scmhAddress = scmhAddress;
|
addValidField("scmhAddress");
|
}
|
|
@Column(name = "scmh_post_code")
|
public String getScmhPostCode() {
|
return scmhPostCode;
|
}
|
|
public void setScmhPostCode(String scmhPostCode) {
|
this.scmhPostCode = scmhPostCode;
|
addValidField("scmhPostCode");
|
}
|
|
@Column(name = "scmh_bank")
|
public String getScmhBank() {
|
return scmhBank;
|
}
|
|
public void setScmhBank(String scmhBank) {
|
this.scmhBank = scmhBank;
|
addValidField("scmhBank");
|
}
|
|
@Column(name = "scmh_order")
|
public String getScmhOrder() {
|
return scmhOrder;
|
}
|
|
public void setScmhOrder(String scmhOrder) {
|
this.scmhOrder = scmhOrder;
|
addValidField("scmhOrder");
|
}
|
|
@Column(name = "scmh_remark")
|
public String getScmhRemark() {
|
return scmhRemark;
|
}
|
|
public void setScmhRemark(String scmhRemark) {
|
this.scmhRemark = scmhRemark;
|
addValidField("scmhRemark");
|
}
|
|
@Column(name = "scmh_id")
|
public Integer getScmhId() {
|
return scmhId;
|
}
|
|
public void setScmhId(Integer scmhId) {
|
this.scmhId = scmhId;
|
addValidField("scmhId");
|
}
|
@Column(name = "scmh_syacc_id")
|
public Integer getScmhSyaccId() {
|
return scmhSyaccId;
|
}
|
|
public void setScmhSyaccId(Integer scmhSyaccId) {
|
this.scmhSyaccId = scmhSyaccId;
|
}
|
|
@Column(name = "scmh_pid")
|
public Integer getScmhPid() {
|
return scmhPid;
|
}
|
|
public void setScmhPid(Integer scmhPid) {
|
this.scmhPid = scmhPid;
|
addValidField("scmh_pid");
|
}
|
|
@Column(name = "scmh_parent_name")
|
public String getScmhParentName() {
|
return scmhParentName;
|
}
|
|
public void setScmhParentName(String scmhParentName) {
|
this.scmhParentName = scmhParentName;
|
addValidField("scmhParentName");
|
}
|
|
@Column(name = "syus_real_name")
|
public String getSyusRealName() {
|
return syusRealName;
|
}
|
|
public void setSyusRealName(String syusRealName) {
|
this.syusRealName = syusRealName;
|
addValidField("syusRealName");
|
}
|
|
@Column(name = "syus_login_name")
|
public String getSyusLoginName() {
|
return syusLoginName;
|
}
|
|
public void setSyusLoginName(String syusLoginName) {
|
this.syusLoginName = syusLoginName;
|
addValidField("syusLoginName");
|
}
|
|
}
|