資源簡介
很久之前寫的,該項目使用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位安裝版
評論
共有 條評論