REQ-3045: 添加JSON handler

This commit is contained in:
yanglin 2024-10-08 15:22:22 +08:00
parent ab02d5f504
commit 0b158f2a6a

View File

@ -11,7 +11,7 @@ import lombok.Getter;
@AllArgsConstructor(access = AccessLevel.PRIVATE)
public enum GroupType {
KV_VALUES("卡片信息"),
KV_VALUES("键值信息"),
COMPONENT_WORKER("工人卡片")
;