📄 businessimportance.java.svn-base
字号:
package jm.form.msn.bean;
/**
* 查询结果匹配重要都Bean
* 梦界家园MSNP15
* @author ISHome
* @since 0.4
* @version 0.5.0.1
*/
public class BusinessImportance {
private int importance = 0;
private String tag;
public int getImportance() {
return importance;
}
public void setImportance(int importance) {
this.importance = importance;
}
public String getTag() {
return tag;
}
public void setTag(String tag) {
this.tag = tag;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -