|
|
@@ -13,6 +13,12 @@ public class LogLevel extends ConfigObject {
|
|
|
@FieldDescribe("是否启用调试")
|
|
|
private String x_processplatform_service_processing = "";
|
|
|
|
|
|
+ @FieldDescribe("是否启用调试")
|
|
|
+ private String x_processplatform_assemble_surface = "";
|
|
|
+
|
|
|
+ @FieldDescribe("是否启用调试")
|
|
|
+ private String x_processplatform_assemble_designer = "";
|
|
|
+
|
|
|
@FieldDescribe("是否启用调试")
|
|
|
private String x_query_assemble_designer = "";
|
|
|
|
|
|
@@ -40,7 +46,7 @@ public class LogLevel extends ConfigObject {
|
|
|
public static LogLevel defaultInstance() {
|
|
|
return new LogLevel();
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
public String x_program_center() {
|
|
|
return this.get(this.x_program_center);
|
|
|
}
|
|
|
@@ -49,6 +55,14 @@ public class LogLevel extends ConfigObject {
|
|
|
return this.get(this.x_processplatform_service_processing);
|
|
|
}
|
|
|
|
|
|
+ public String x_processplatform_assemble_surface() {
|
|
|
+ return this.get(this.x_processplatform_assemble_surface);
|
|
|
+ }
|
|
|
+
|
|
|
+ public String x_processplatform_assemble_designer() {
|
|
|
+ return this.get(this.x_processplatform_assemble_designer);
|
|
|
+ }
|
|
|
+
|
|
|
public String x_query_assemble_surface() {
|
|
|
return this.get(this.x_query_assemble_surface);
|
|
|
}
|