📄 selfhoodnbrbean.java
字号:
package com.doone.fj1w.fjmgr.order.Bss_infoEntity;
public class SelfhoodNbrBean {
private String SERV_SPECIAL_NBRSiSEQ;
private String SERV_SPECIAL_NBRSiNBR_ID;
private String SERV_SPECIAL_NBRSiNBR;
private String SERV_SPECIAL_NBRSiNBR_TYPE;
public String getSERV_SPECIAL_NBRSiSEQ() {
return SERV_SPECIAL_NBRSiSEQ;
}
public void setSERV_SPECIAL_NBRSiSEQ(String SERV_SPECIAL_NBRSiSEQ) {
this.SERV_SPECIAL_NBRSiSEQ = SERV_SPECIAL_NBRSiSEQ;
}
public String getSERV_SPECIAL_NBRSiNBR_ID() {
return SERV_SPECIAL_NBRSiNBR_ID;
}
public void setSERV_SPECIAL_NBRSiNBR_ID(String SERV_SPECIAL_NBRSiNBR_ID) {
this.SERV_SPECIAL_NBRSiNBR_ID = SERV_SPECIAL_NBRSiNBR_ID;
}
public String getSERV_SPECIAL_NBRSiNBR() {
return SERV_SPECIAL_NBRSiNBR;
}
public void setSERV_SPECIAL_NBRSiNBR(String SERV_SPECIAL_NBRSiNBR) {
this.SERV_SPECIAL_NBRSiNBR = SERV_SPECIAL_NBRSiNBR;
}
public String getSERV_SPECIAL_NBRSiNBR_TYPE() {
return SERV_SPECIAL_NBRSiNBR_TYPE;
}
public void setSERV_SPECIAL_NBRSiNBR_TYPE(String SERV_SPECIAL_NBRSiNBR_TYPE) {
this.SERV_SPECIAL_NBRSiNBR_TYPE = SERV_SPECIAL_NBRSiNBR_TYPE;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -