Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-07-12 09:54:12 +08:00
29 changed files with 1348 additions and 40 deletions

View File

@@ -60,4 +60,6 @@ public interface ValidMessage {
String IP_FORMAT_ERROR = "IP格式非法";
String DEVICE_VERSION_NOT_BLANK = "装置版本json文件不能为空请检查deviceVersionFile参数";
}