资源简介

该系统是某大型物流公司的后台核心综合业务系统,使用群体为公司内部成员。 类似于中通物流、顺丰物流。在做项目时可以参考现有运行的物流系统。该系统分为若干个模 块, 有权限管理,运输路线管理,受理模块以及基础数据等模块。

资源截图

代码片段和文件信息

package aems.beans;

import org.springframework.context.annotation.Scope;
import org.springframework.context.annotation.ScopedProxyMode;
import org.springframework.stereotype.Component;
import org.springframework.web.context.WebApplicationContext;

/**
 * Created by mr_haohao on 2018/5/29.
 */

@Component
@Scope(value = WebApplicationContext.SCOPE_SESSION proxyMode = ScopedProxyMode.TARGET_CLASS)
public class EmployeeBean {
    private boolean validLogin;
    private String empId;
    private String empPwd;
    private String empName;
    private String empSex;
    private String empJob;
    private int empPhone;
    private String empMail;
    private float empSalary;

    public void clear() {
        empId = null;
        empPwd = null;
        validLogin = false;
    }

    public boolean isValidLogin() {
        return validLogin;
    }

    public void setValidLogin(boolean validLogin) {
        this.validLogin = validLogin;
    }

    public String getEmpId() {
        return empId;
    }

    public void setEmpId(String empId) {
        this.empId = empId;
    }

    public String getEmpPwd() {
        return empPwd;
    }

    public void setEmpPwd(String empPwd) {
        this.empPwd = empPwd;
    }

    public String getEmpName() {
        return empName;
    }

    public void setEmpName(String empName) {
        this.empName = empName;
    }

    public String getEmpSex() {
        return empSex;
    }

    public void setEmpSex(String empSex) {
        this.empSex = empSex;
    }

    public String getEmpJob() {
        return empJob;
    }

    public void setEmpJob(String empJob) {
        this.empJob = empJob;
    }

    public int getEmpPhone() {
        return empPhone;
    }

    public void setEmpPhone(int empPhone) {
        this.empPhone = empPhone;
    }

    public String getEmpMail() {
        return empMail;
    }

    public void setEmpMail(String empMail) {
        this.empMail = empMail;
    }

    public float getEmpSalary() {
        return empSalary;
    }

    public void setEmpSalary(float empSalary) {
        this.empSalary = empSalary;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-06 15:21  IntelliJIDEAProjects\
     文件        1758  2018-06-06 15:21  IntelliJIDEAProjects\AEMS.iml
     目录           0  2018-05-30 15:11  IntelliJIDEAProjects\out\
     目录           0  2018-05-30 15:11  IntelliJIDEAProjects\out\artifacts\
     目录           0  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\
     目录           0  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\
     目录           0  2018-06-11 15:36  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\
     文件         351  2018-06-11 15:25  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\aems.css
     文件       14539  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\home.css
     文件        5604  2018-06-11 15:36  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\dataTables.bootstrap4.css
     文件       16504  2018-06-11 14:56  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\dataTables.jqueryui.css
     文件        5034  2018-06-11 15:36  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\dataTables.bootstrap4.min.css
     文件       14528  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\core.css
     文件       14809  2018-06-10 23:56  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\datatables.min.css
     文件       14484  2018-06-11 14:56  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\dataTables.jqueryui.min.css
     文件       16829  2018-06-11 08:39  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\css\datatables.css
     目录           0  2018-06-11 15:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\
     文件       86927  2018-06-11 09:50  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\jquery-3.3.1.min.js
     文件        2070  2018-06-11 15:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\dataTables.bootstrap4.min.js
     文件        2647  2018-06-11 15:32  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\dataTables.jqueryui.min.js
     文件      271751  2018-06-11 09:50  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\jquery-3.3.1.js
     文件        4678  2018-06-11 15:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\dataTables.bootstrap4.js
     文件      163855  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\jquery-1.4.2.js
     文件       81906  2018-06-11 09:30  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\jquery.dataTables.min.js
     文件      445793  2018-06-11 09:30  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\jquery.dataTables.js
     文件        4486  2018-06-11 15:32  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\js\dataTables.jqueryui.js
     目录           0  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\img\
     文件      145888  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\img\banner.png
     目录           0  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\img\user\
     文件        2116  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\img\user\u-rmb.png
     文件        3268  2018-06-02 21:35  IntelliJIDEAProjects\out\artifacts\AEMS_war_exploded\resources\img\user\u-portrait.png
............此处省略378个文件信息

评论

共有 条评论