Skip to content

Commit e0565cf

Browse files
author
杨利兵
committed
修改模板文件名
1 parent 55010f2 commit e0565cf

File tree

7 files changed

+26
-5
lines changed

7 files changed

+26
-5
lines changed

.gitignore

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
.DS_Store
1+
# Compiled class file
2+
*.class
3+
4+
# Log file
25
*.log
3-
.svn/
4-
bin/
5-
out/
6-
app/
6+
7+
# BlueJ files
8+
*.ctxt
9+
10+
# Mobile Tools for Java (J2ME)
11+
.mtj.tmp/
12+
13+
# Package Files #
14+
*.jar
15+
*.war
16+
*.nar
17+
*.ear
18+
*.zip
19+
*.tar.gz
20+
*.rar
21+
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
hs_err_pid*
24+
25+
.DS_Store
26+
27+

template/DB定义模板.xlsx

-499 KB
Binary file not shown.

template/DML模板.xlsx

-11.1 KB
Binary file not shown.

template/Message模板.xlsx

-490 KB
Binary file not shown.

template/ddl.xlsx

494 KB
Binary file not shown.

template/dml.xlsx

16.8 KB
Binary file not shown.

template/message.xlsx

487 KB
Binary file not shown.

0 commit comments

Comments
 (0)