📄 lmxxbdao.java
字号:
package com.saas.biz.dao.itemsDAO;
public class LmxxbDAO {
public LmxxbDAO (){}
public String lmbs;
public String lmjb;
public String lmmc;
public String mbwjm;
public String mbwjlj;
public String sjlmbs;
public String xssx;
public String czsj;
public String czygh;
public String bz;
public String getLmbs() {
return this.lmbs;
}
public String getLmjb() {
return this.lmjb;
}
public String getLmmc() {
return this.lmmc;
}
public String getMbwjm() {
return this.mbwjm;
}
public String getMbwjlj() {
return this.mbwjlj;
}
public String getSjlmbs() {
return this.sjlmbs;
}
public String getXssx() {
return this.xssx;
}
public String getCzsj() {
return this.czsj;
}
public String getCzygh() {
return this.czygh;
}
public String getBz() {
return this.bz;
}
/**********************
* Set Method
* @param
*/
public void setLmbs(String lmbs) {
this.lmbs= lmbs;
}
public void setLmjb(String lmjb) {
this.lmjb= lmjb;
}
public void setLmmc(String lmmc) {
this.lmmc= lmmc;
}
public void setMbwjm(String mbwjm) {
this.mbwjm= mbwjm;
}
public void setMbwjlj(String mbwjlj) {
this.mbwjlj= mbwjlj;
}
public void setSjlmbs(String sjlmbs) {
this.sjlmbs= sjlmbs;
}
public void setXssx(String xssx) {
this.xssx= xssx;
}
public void setCzsj(String czsj) {
this.czsj= czsj;
}
public void setCzygh(String czygh) {
this.czygh= czygh;
}
public void setBz(String bz) {
this.bz= bz;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -