📄 correlationvo.java
字号:
package com.yuanchung.sales.vo;
public class CorrelationVo {
private String customer ;
private String busiOpport;
public String getCustomer() {
return customer;
}
public void setCustomer(String customer) {
this.customer = customer;
}
public String getBusiOpport() {
return busiOpport;
}
public void setBusiOpport(String busiOpport) {
this.busiOpport = busiOpport;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -