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.
102 lines
1.7 KiB
Java
102 lines
1.7 KiB
Java
package com.rehome.zhdcoa.DBModel;
|
|
|
|
import org.litepal.crud.DataSupport;
|
|
|
|
/**
|
|
* Created by Administrator on 2016/10/21.
|
|
*/
|
|
|
|
public class XfXcxmjg extends DataSupport {
|
|
|
|
private int id;
|
|
private String xfid;
|
|
private String xmid;
|
|
private String ssid;
|
|
private String xftype;
|
|
private String typename;
|
|
private String type1;
|
|
private String type2;
|
|
private String jhid;
|
|
private boolean jg;
|
|
|
|
public String getXfid() {
|
|
return xfid;
|
|
}
|
|
|
|
public void setXfid(String xfid) {
|
|
this.xfid = xfid;
|
|
}
|
|
|
|
public String getJhid() {
|
|
return jhid;
|
|
}
|
|
|
|
public void setJhid(String jhid) {
|
|
this.jhid = jhid;
|
|
}
|
|
|
|
public boolean isJg() {
|
|
return jg;
|
|
}
|
|
|
|
public void setJg(boolean jg) {
|
|
this.jg = jg;
|
|
}
|
|
|
|
public String getXmid() {
|
|
return xmid;
|
|
}
|
|
|
|
public void setXmid(String xmid) {
|
|
this.xmid = xmid;
|
|
}
|
|
|
|
public int getId() {
|
|
return id;
|
|
}
|
|
|
|
public void setId(int id) {
|
|
this.id = id;
|
|
}
|
|
|
|
public String getSsid() {
|
|
return ssid;
|
|
}
|
|
|
|
public void setSsid(String ssid) {
|
|
this.ssid = ssid;
|
|
}
|
|
|
|
public String getXftype() {
|
|
return xftype;
|
|
}
|
|
|
|
public void setXftype(String xftype) {
|
|
this.xftype = xftype;
|
|
}
|
|
|
|
public String getTypename() {
|
|
return typename;
|
|
}
|
|
|
|
public void setTypename(String typename) {
|
|
this.typename = typename;
|
|
}
|
|
|
|
public String getType1() {
|
|
return type1;
|
|
}
|
|
|
|
public void setType1(String type1) {
|
|
this.type1 = type1;
|
|
}
|
|
|
|
public String getType2() {
|
|
return type2;
|
|
}
|
|
|
|
public void setType2(String type2) {
|
|
this.type2 = type2;
|
|
}
|
|
}
|