正则调整

This commit is contained in:
2025-12-04 10:22:47 +08:00
parent 8c6eb5d81b
commit c8380fd9cd

View File

@@ -201,6 +201,11 @@ public interface PatternRegex {
*/
String DES200_REGEX = "^.{0,200}$";
/**
* 描述400
*/
String DES400_REGEX = "^.{0,400}$";
/**
* 描述500
*/