Ver Fonte

Signed-off-by: winwin <jyy@qq.com>
$git commit -m "hello,i am jyy"
$git tag v1.0.0

winwin há 1 ano atrás
pai
commit
d9597a4862
1 ficheiros alterados com 13 adições e 0 exclusões
  1. 13 0
      update.sql

+ 13 - 0
update.sql

@@ -0,0 +1,13 @@
+package test;
+
+ 
+
+public class GitTag {
+
+       public static void main(String arg[]) {
+
+              System.out.println("Version1.0",2207200314,"jyy");
+
+       }
+
+}