资源简介
很久之前写的,该项目使用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\desc
文件 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-reba
文件 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个文件信息
- 上一篇:oracle11g oci.dll 64位
- 下一篇:mysql64位安装版
相关资源
- 宿舍管理系统.zip
- 图书管理系统后台
- 基于SSM的新闻管理系统
- SSM框架图片上传与显示
- 基于ssm框架的权限管理系统
- SQLPrompt10.1.5.14730 支持vs2019+SQL2019+SSM
- SSM框架实现简单的人力资源管理系统
- SSM框架使用Echarts动态数据可视化
- Extjs6.0 进销存 ssm
- SSM图书管理系统
- SSM框架的客户关系管理系统
- SSM框架echarts图表显示
- 基于SSM框架的适合企业的hrm人事管理
- 毕设源码+SQL-期刊投递系统的设计与实
- ssm+mysql学生就业管理系统
- SSM框架的商城系统毕设项目带论文,
- 基于ssm 的书店商城
- 基于SSM的在线学习在线课堂系统MySQ
- ssm框架实现登陆、增删改查分页包括
- 网络教学辅助平台.rar
- 双鱼林SSM图书管理系统 v1.0
- SSM客户管理系统(包含SQL脚本)
- OA系统SSM毕设项目
- 基于ssm的在线学习系统
- ssm二手车交易平台.zip
- SQLPrompt_10.1.4完美支持SSMS18.5 详细文档
- 基于SSM+MySql的医药管理系统.zip
- 医院挂号预约系统(ssmmysql).rar
- SQL Prompt支持18.3版SSMS.rar
- maven+ssm 宿舍管理系统 +mysql 宿舍管理
评论
共有 条评论