|
@@ -0,0 +1,8 @@
|
|
|
+package com.futu.course.common.constant;
|
|
|
+
|
|
|
+public class MyConstant {
|
|
|
+ public static final Integer ZERO = 0;
|
|
|
+ public static final Integer FIRST = 1;
|
|
|
+ public static final Integer TWO = 2;
|
|
|
+ public static final Integer THREE = 3;
|
|
|
+}
|