فهرست منبع

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

winwin 1 سال پیش
والد
کامیت
d9597a4862
1فایلهای تغییر یافته به همراه13 افزوده شده و 0 حذف شده
  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");
+
+       }
+
+}