增加 Sequences parse(String formatted, String pattern)方法,用于根据格式反解析格式化后的字符串为序列号对象

This commit is contained in:
yhl452493373
2022-02-11 13:57:12 +08:00
parent 54e2f9dffb
commit 0fa5cc1e7e
8 changed files with 230 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yanghuanglin</groupId>
<artifactId>seq</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<name>seq</name>
<description>seq</description>
<properties>