You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.0 KiB
Java

/*
* Decompiled with CFR 0.152.
*/
package com.hst.common.bo;
import java.io.Serializable;
public class XtTmSql
implements Serializable {
private static final long serialVersionUID = 1L;
private String sqlBm;
private String ywsm;
private String sqlSelect;
private String sqlWhere;
private String yxbz;
public String getSqlBm() {
return this.sqlBm;
}
public void setSqlBm(String sqlBm) {
this.sqlBm = sqlBm;
}
public String getYwsm() {
return this.ywsm;
}
public void setYwsm(String ywsm) {
this.ywsm = ywsm;
}
public String getSqlSelect() {
return this.sqlSelect;
}
public void setSqlSelect(String sqlSelect) {
this.sqlSelect = sqlSelect;
}
public String getSqlWhere() {
return this.sqlWhere;
}
public void setSqlWhere(String sqlWhere) {
this.sqlWhere = sqlWhere;
}
public String getYxbz() {
return this.yxbz;
}
public void setYxbz(String yxbz) {
this.yxbz = yxbz;
}
}