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

📄 90a884608380001c1fc1e25a140eae44

📁 一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现
💻
字号:
package bb;


import java.sql.*;

public class StafferMessage 
{
	private int sta_id,id_card,salary,bonus,phone;
	private String sta_name,sex,job;
	private java.sql.Date birthdate;
	
	public void setSta_id(int sta_id)
	  {
		  this.sta_id=sta_id;
	  }
	  public int getSta_id()
	  {
		  return sta_id;
	  }
}

⌨️ 快捷键说明

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