⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modeltoroes.java

📁 oa rar it is the jsp
💻 JAVA
字号:
package com.accp.oa.bean;

import java.io.Serializable;


/*
 * 此类是表tb_model_roes的一个
 * 实体
 */
public class ModelToRoes implements Serializable{
	
	private int id;
	private int modelId;
	private int roesId;
	
	public ModelToRoes(){
		
	}

	public int getId() {
		return id;
	}

	public void setId(int id) {
		this.id = id;
	}

	public int getModelId() {
		return modelId;
	}

	public void setModelId(int modelId) {
		this.modelId = modelId;
	}

	public int getRoesId() {
		return roesId;
	}

	public void setRoesId(int roesId) {
		this.roesId = roesId;
	}
	
	

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -