correlationvo.java
来自「基于Sturts+Spring+Hibernate的一个高级销售管理系统。内容丰」· Java 代码 · 共 19 行
JAVA
19 行
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 + =
减小字号Ctrl + -
显示快捷键?