mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix:社会统一信用代码改为统一社会信用代码
This commit is contained in:
parent
dc3e87f43b
commit
0bd7f9938f
@ -140,7 +140,7 @@ public class PatternPool {
|
||||
public final static Pattern PLATE_NUMBER = Pattern.compile(RegexPool.PLATE_NUMBER);
|
||||
|
||||
/**
|
||||
* 社会统一信用代码
|
||||
* 统一社会信用代码
|
||||
* <pre>
|
||||
* 第一部分:登记管理部门代码1位 (数字或大写英文字母)
|
||||
* 第二部分:机构类别代码1位 (数字或大写英文字母)
|
||||
|
@ -150,7 +150,7 @@ public interface RegexPool {
|
||||
"([京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领][A-Z][A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳使领]))$";
|
||||
|
||||
/**
|
||||
* 社会统一信用代码
|
||||
* 统一社会信用代码
|
||||
* <pre>
|
||||
* 第一部分:登记管理部门代码1位 (数字或大写英文字母)
|
||||
* 第二部分:机构类别代码1位 (数字或大写英文字母)
|
||||
|
Loading…
Reference in New Issue
Block a user