fix(接口测试): constants 修改

Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
fit2-zhao 2023-03-17 19:58:39 +08:00 committed by fit2-zhao
parent 11f5a5a211
commit 8e80addc38
1 changed files with 2 additions and 0 deletions

View File

@ -62,4 +62,6 @@ public class ElementConstants {
public static final String MS_KEYSTORE_FILE_PASSWORD = "MS-KEYSTORE-FILE-PASSWORD";
public static final String VIRTUAL_STEPS = "VIRTUAL_STEPS";
public static final String REF = "$ref";
public static final String TYPE = "type";
}