• 大小: 34.16MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-06
  • 语言: 数据库
  • 标签: SSM  Bootstrap  

资源简介

很久之前写的,该项目使用Spring+SpringMVC+MyBatis+Bootstrap+MySQL实现的简单增删改查小Demo,换点积分

资源截图

代码片段和文件信息

package com.znx.bean;

import lombok.Data;

@Data
public class Department {
    private Integer deptId;

    private String deptName;

    public Department() {}

    public Department(Integer deptId String deptName) {
        this.deptId = deptId;
        this.deptName = deptName;
    }

    public Integer getDeptId() {
        return deptId;
    }

    public void setDeptId(Integer deptId) {
        this.deptId = deptId;
    }

    public String getDeptName() {
        return deptName;
    }

    public void setDeptName(String deptName) {
        this.deptName = deptName == null ? null : deptName.trim();
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-10-15 10:22  CustomerSystem\
     目录           0  2018-10-15 10:22  CustomerSystem\.git\
     文件          13  2018-10-15 10:20  CustomerSystem\.git\COMMIT_EDITMSG
     文件         310  2018-10-12 20:22  CustomerSystem\.git\config
     文件          73  2018-10-12 20:06  CustomerSystem\.git\description
     文件         118  2018-10-12 20:20  CustomerSystem\.git\FETCH_HEAD
     文件          23  2018-10-12 20:06  CustomerSystem\.git\HEAD
     目录           0  2018-10-15 10:22  CustomerSystem\.git\hooks\
     文件         478  2018-10-12 20:06  CustomerSystem\.git\hooks\applypatch-msg.sample
     文件         896  2018-10-12 20:06  CustomerSystem\.git\hooks\commit-msg.sample
     文件        3505  2018-10-12 20:06  CustomerSystem\.git\hooks\fsmonitor-watchman.sample
     文件         189  2018-10-12 20:06  CustomerSystem\.git\hooks\post-update.sample
     文件         424  2018-10-12 20:06  CustomerSystem\.git\hooks\pre-applypatch.sample
     文件        1642  2018-10-12 20:06  CustomerSystem\.git\hooks\pre-commit.sample
     文件        1348  2018-10-12 20:06  CustomerSystem\.git\hooks\pre-push.sample
     文件        4898  2018-10-12 20:06  CustomerSystem\.git\hooks\pre-rebase.sample
     文件         544  2018-10-12 20:06  CustomerSystem\.git\hooks\pre-receive.sample
     文件        1492  2018-10-12 20:06  CustomerSystem\.git\hooks\prepare-commit-msg.sample
     文件        3610  2018-10-12 20:06  CustomerSystem\.git\hooks\update.sample
     文件        6217  2018-10-15 10:20  CustomerSystem\.git\index
     目录           0  2018-10-12 20:06  CustomerSystem\.git\info\
     文件         240  2018-10-12 20:06  CustomerSystem\.git\info\exclude
     目录           0  2018-10-15 10:22  CustomerSystem\.git\logs\
     文件        1745  2018-10-15 10:20  CustomerSystem\.git\logs\HEAD
     目录           0  2018-10-15 10:22  CustomerSystem\.git\logs\refs\
     目录           0  2018-10-12 20:10  CustomerSystem\.git\logs\refs\heads\
     文件        1745  2018-10-15 10:20  CustomerSystem\.git\logs\refs\heads\master
     目录           0  2018-10-15 10:22  CustomerSystem\.git\logs\refs\remotes\
     目录           0  2018-10-15 10:22  CustomerSystem\.git\logs\refs\remotes\origin\
     文件        1514  2018-10-15 10:20  CustomerSystem\.git\logs\refs\remotes\origin\master
     文件         151  2018-10-12 20:14  CustomerSystem\.git\logs\refs\remotes\origin\origin
............此处省略659个文件信息

评论

共有 条评论