businessimportance.java.svn-base

来自「MSN客服自动化机器人」· SVN-BASE 代码 · 共 25 行

SVN-BASE
25
字号
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 + =
减小字号Ctrl + -
显示快捷键?