📄 wdscyhwdmbdao.java
字号:
//Source file: D:\\OLLA\\DS_WORK\\gzds-uml\\gov\\gdlt\\taxcore\\taxdao\\ssgly\\wdsc\\WDSCyhwdmbDAO.java
package gov.gdlt.ssgly.taxcore.taxdao.wdsc;
/**
* 用户文档模板:统一通过用户(税收管理员等等)来取文档模板,如将生成一户式文档当成
* 一个用户来处理
*/
public class WDSCyhwdmbDAO
{
/**
* 用户编码
*/
private String m_yhbm;
/**
* 模板编码
*/
private String m_mbbm;
/**
* @roseuid 42D3371D000F
*/
public WDSCyhwdmbDAO()
{
}
/**
* Access method for the m_yhbm property.
*
* @return the current value of the m_yhbm property
*/
public java.lang.String getM_yhbm()
{
return m_yhbm;
}
/**
* Sets the value of the m_yhbm property.
*
* @param aM_yhbm the new value of the m_yhbm property
*/
public void setM_yhbm(java.lang.String aM_yhbm)
{
m_yhbm = aM_yhbm;
}
/**
* Access method for the m_mbbm property.
*
* @return the current value of the m_mbbm property
*/
public java.lang.String getM_mbbm()
{
return m_mbbm;
}
/**
* Sets the value of the m_mbbm property.
*
* @param aM_mbbm the new value of the m_mbbm property
*/
public void setM_mbbm(java.lang.String aM_mbbm)
{
m_mbbm = aM_mbbm;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -