mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	feat: 增加全局超长number序列化
This commit is contained in:
		| @@ -11,6 +11,7 @@ import java.util.Set; | ||||
|  */ | ||||
| public class SetUtils { | ||||
|  | ||||
|     @SafeVarargs | ||||
|     public static <T> Set<T> asSet(T... objs) { | ||||
|         return new HashSet<>(Arrays.asList(objs)); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu4j
					xingyu4j