Fix some team project bugs

This commit is contained in:
JiaJu Zhuang
2023-09-09 14:35:45 +08:00
parent 53e25c863b
commit 40a079bd93
7 changed files with 75 additions and 6 deletions

View File

@ -25,4 +25,9 @@ public class ConfigJson {
* jwt
*/
private String jwtSecretKey;
/**
* The unique ID of the system
*/
private String systemUuid;
}