原预打包配置部分描述修改为分堆

This commit is contained in:
gaoqr
2026-03-20 15:18:03 +08:00
parent b600e18132
commit afe7ba3e4e
6 changed files with 7 additions and 18 deletions
@@ -8,7 +8,7 @@ import lombok.Getter;
@Getter
public enum UserSettingTypeEnum {
PREPACKAGED(1,"预打包"),
HEAPSPLIT(1,"分堆"),
PACKAGED(2, "打包");
private Integer type;
private String name;