正则调整
This commit is contained in:
@@ -201,6 +201,11 @@ public interface PatternRegex {
|
||||
*/
|
||||
String DES200_REGEX = "^.{0,200}$";
|
||||
|
||||
/**
|
||||
* 描述400
|
||||
*/
|
||||
String DES400_REGEX = "^.{0,400}$";
|
||||
|
||||
/**
|
||||
* 描述500
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user