Joburgess há 5 anos atrás
pai
commit
4c1c19e609

+ 2 - 0
mec-common/common-core/src/main/java/com/ym/mec/common/constant/CommonConstants.java

@@ -22,4 +22,6 @@ public interface CommonConstants {
 	String BEARER = "Bearer";
 
 	String AUTHORIZATION = "Authorization";
+
+	Integer DECIMAL_PLACE = 6;
 }