!684 社会统一信用代码改为统一社会信用代码

Merge pull request !684 from Joy/v5-dev
This commit is contained in:
Looly
2022-07-08 00:59:34 +00:00
committed by Gitee
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ public class PatternPool {
public final static Pattern PLATE_NUMBER = Pattern.compile(RegexPool.PLATE_NUMBER);
/**
* 社会统一信用代码
* 统一社会信用代码
* <pre>
* 第一部分登记管理部门代码1位 (数字或大写英文字母)
* 第二部分机构类别代码1位 (数字或大写英文字母)

View File

@@ -150,7 +150,7 @@ public interface RegexPool {
"([京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领][A-Z][A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳使领]))$";
/**
* 社会统一信用代码
* 统一社会信用代码
* <pre>
* 第一部分登记管理部门代码1位 (数字或大写英文字母)
* 第二部分机构类别代码1位 (数字或大写英文字母)