资源简介
基于Web的药房销售管理系统的源代码,使用的是Java语言开发,数据库用的是MySQL
代码片段和文件信息
package mypack;
import java.io.Serializable;
/**
*
* @author 孙凯
*/
public class AdminDetails implements Serializable {
private static final long serialVersionUID = 1L;
//字段属性
private Integer id = 0; //ID
private String number = null; //管理员编号
private String name = null; //管理员名称
private String password = null; //密码
private String telephone = null; //联系电话
private String address = null; //家庭住址
private String homephone = null; //家庭电话
private String remarks = null; //备注
public AdminDetails(Integer id String number String name String password String telephone String address String homephone String remarks){
this.id = id;
this.number = number;
this.name = name;
this.password = password;
this.telephone = telephone;
this.address = address;
this.homephone = homephone;
this.remarks = remarks;
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getNumber() {
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-12-29 13:03 drugstore\
文件 409 2010-03-04 10:29 drugstore\.classpath
文件 1042 2010-01-25 09:11 drugstore\.project
目录 0 2012-12-29 13:03 drugstore\.settings\
文件 454 2010-01-25 09:11 drugstore\.settings\.jsdtscope
文件 330 2010-03-04 10:29 drugstore\.settings\org.eclipse.jdt.core.prefs
文件 424 2010-01-25 09:11 drugstore\.settings\org.eclipse.wst.common.component
文件 229 2010-01-25 09:11 drugstore\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2010-01-25 09:11 drugstore\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2010-01-25 09:11 drugstore\.settings\org.eclipse.wst.jsdt.ui.superType.name
目录 0 2012-12-29 13:03 drugstore\WebContent\
目录 0 2010-07-07 13:44 drugstore\WebContent\me
文件 39 2010-01-25 09:11 drugstore\WebContent\me
目录 0 2012-12-29 13:03 drugstore\WebContent\WEB-INF\
目录 0 2012-12-29 13:06 drugstore\WebContent\WEB-INF\lib\
文件 5203 2010-02-04 10:28 drugstore\WebContent\WEB-INF\web.xm
文件 351 2010-05-02 11:05 drugstore\WebContent\about.jsp
文件 2671 2010-02-06 16:38 drugstore\WebContent\adminbox.jsp
文件 6002 2010-02-05 23:05 drugstore\WebContent\adminlist.jsp
文件 243 2010-01-29 13:33 drugstore\WebContent\chk.jsp
文件 4415 2010-02-06 16:39 drugstore\WebContent\companiesbox.jsp
文件 7109 2010-02-05 23:07 drugstore\WebContent\companieslist.jsp
目录 0 2012-12-29 13:03 drugstore\WebContent\css\
文件 230 2010-01-31 14:39 drugstore\WebContent\css\fenye.css
文件 268 2010-01-25 14:31 drugstore\WebContent\css\left.css
文件 1441 2010-01-31 14:39 drugstore\WebContent\css\st
文件 4010 2010-02-06 16:43 drugstore\WebContent\customersbox.jsp
文件 7026 2010-02-05 23:07 drugstore\WebContent\customerslist.jsp
文件 11017 2010-05-03 16:44 drugstore\WebContent\drugsalesbox.jsp
文件 6963 2010-03-08 19:11 drugstore\WebContent\drugsaleslist.jsp
文件 12759 2010-02-07 21:33 drugstore\WebContent\drugstoragebox.jsp
............此处省略118个文件信息
相关资源
- Xshell5.exe
- 20170121135652618.rar
- DiskGenius4.7.0专业版.rar
- AlphaControlsv11.16StableFullSource(D5和D10
- 雅奇880官方开源赠品30多个雅奇4.rar
- 2009_LabVIEW编程样式_清晰版.pdf
- tiger_newhu5.99.24.zip
- 大数据架构详解:从数据获取到深度
- 程序是怎样跑起来的_PDF电子书带书签
- MongodbSample.rar
- EtherCATSlaveStackCodeTool5.12.rar
- 重构_改善既有代码的设计.rar
- 矩阵分析与应用第二版高清带书签.
- 通达网络智能办公系统OfficeAnywhere20
- 入门到实践.rar
- vRealizeAutomation7.0快速部署手册v1.3.pd
- 迅捷pdf转换器.7z
- FLACFLAC3D基础与应用-陈育民.pptx
- Location12.2.rar
- proteus仿真stm32测距.zip
- 《探索式软件测试》高清影印带书签
- Microsoft-70-483.pdf
- 微积分之屠龙宝刀美C.亚当斯等上.p
- F3arRa1n_Windows3.4.3.zip
-
zw_baidu_38396237-10813429-weibodataba
se.zi - zw_xqy987967363-10661999-信号与系统.zip
- 微信头像2000.rar
- zw_oExam_Setup.zip
- 淘客_5.99.31.zip
- zw_ElectronicDevicesandCircuitTheory1-Nashelsk
评论
共有 条评论