📄 iomapmainquery.java
字号:
package com.qhit.vo;
public class IoMapMainQuery {
private String oiid;
private String state;
private String outindatebegin;
private String outindateend;
private String outintype;
public String getOutintype() {
return outintype;
}
public void setOutintype(String outintype) {
this.outintype = outintype;
}
public IoMapMainQuery(){
}
public String getOiid() {
return oiid;
}
public void setOiid(String oiid) {
this.oiid = oiid;
}
public String getOutindatebegin() {
return outindatebegin;
}
public void setOutindatebegin(String outindatebegin) {
this.outindatebegin = outindatebegin;
}
public String getOutindateend() {
return outindateend;
}
public void setOutindateend(String outindateend) {
this.outindateend = outindateend;
}
public String getState() {
return state;
}
public void setState(String state) {
this.state = state;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -