📄 rwglstatisicreqevent.java
字号:
package gov.gdlt.ssgly.taxcore.taxevent.rwgl;
import java.util.*;
import gov.gdlt.ssgly.taxcore.comm.event.*;
/**
* <p>Title: </p>
*
* <p>Description: 广东地税税收管理员工作平台</p>
*
* <p>Copyright: Copyright (c) 2005 广东省地方税务局,广州市地方税务局</p>
*
* <p>Company: 广州地税</p>
*
* @author 张承华
* @version 1.0
*/
public class RWGLstatisicReqEvent extends RequestEvent {
public static void main(String[] args) {
}
private String blbm, blry, nsrbm;//办理部门,办理人员
private Date sqq, sqz;//时间起,时间止
public RWGLstatisicReqEvent() {
super("gov.gdlt.ssgly.taxcore.taxblh.rwgl.RWGLstatisicBLH");
}
public RWGLstatisicReqEvent(String blhClassName) {
super(blhClassName);
}
public String getBlbm() {
return blbm;
}
public String getBlry() {
return blry;
}
public Date getSqq() {
return sqq;
}
public Date getSqz() {
return sqz;
}
public String getNsrbm() {
return nsrbm;
}
public void setBlbm(String blbm) {
this.blbm = blbm;
}
public void setBlry(String blry) {
this.blry = blry;
}
public void setSqq(Date sqq) {
this.sqq = sqq;
}
public void setSqz(Date sqz) {
this.sqz = sqz;
}
public void setNsrbm(String nsrbm) {
this.nsrbm = nsrbm;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -