📄 xtwjbean.java
字号:
package pojo;
import java.io.Serializable;
public class XtwjBean implements Serializable {
private static final long serialVersionUID = -8901107744857922492L;
private String id;
private String mc;
private String wjlj;
private String scr;
private String scsj;
/**
* @return Returns the id.
*/
public String getId() {
return id;
}
/**
* @param id
* The id to set.
*/
public void setId(String id) {
this.id = id;
}
/**
* @return Returns the mc.
*/
public String getMc() {
return mc;
}
/**
* @param mc
* The mc to set.
*/
public void setMc(String mc) {
this.mc = mc;
}
/**
* @return Returns the scr.
*/
public String getScr() {
return scr;
}
/**
* @param scr
* The scr to set.
*/
public void setScr(String scr) {
this.scr = scr;
}
/**
* @return Returns the scsj.
*/
public String getScsj() {
return scsj;
}
/**
* @param scsj
* The scsj to set.
*/
public void setScsj(String scsj) {
this.scsj = scsj;
}
/**
* @return Returns the wjlj.
*/
public String getWjlj() {
return wjlj;
}
/**
* @param wjlj
* The wjlj to set.
*/
public void setWjlj(String wjlj) {
this.wjlj = wjlj;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -