mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
原预打包配置部分描述修改为分堆
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import lombok.Getter;
|
||||
@Getter
|
||||
public enum UserSettingTypeEnum {
|
||||
|
||||
PREPACKAGED(1,"预打包"),
|
||||
HEAPSPLIT(1,"分堆"),
|
||||
PACKAGED(2, "打包");
|
||||
private Integer type;
|
||||
private String name;
|
||||
|
||||
Reference in New Issue
Block a user