• 大小: 0.84M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: 其他
  • 标签: 其他  

资源简介


基于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.xml
     文件          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\meta-INF\
     文件          39  2010-01-25 09:11  drugstore\WebContent\meta-INF\MANIFEST.MF
     目录           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.xml
     文件         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\style.css
     文件        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个文件信息

评论

共有 条评论