@ -49,9 +49,9 @@ public class CustomerHomeDetailDTO implements Serializable {
private String componentId;
/**
* 所属区域:0.标题区、1.置顶区、2.功能区、3.悬浮区
* 所属区域:titleList.标题区、topList.置顶区、functionList.功能区、floatingList.悬浮区
*/
private Integer region;
private String region;
* 高级配置
@ -49,9 +49,9 @@ public class CustomerHomeTemplateDTO implements Serializable {
private Integer clientType;
* 高级配置 JSON串
@ -64,9 +64,9 @@ public class HomeComponentDTO implements Serializable {
private Integer conponentType;
@ -20,9 +20,9 @@ public class HomeComponentFormDTO implements Serializable {
* 所属区域
* 高级配置项
@ -42,4 +42,9 @@ public class CommonComponentResultDTO implements Serializable {
* 配置项说明
private String configurationDescription;
}
@ -49,9 +49,9 @@ public class CustomerHomeDetailEntity extends BaseEpmetEntity {
@ -49,9 +49,9 @@ public class CustomerHomeTemplateEntity extends BaseEpmetEntity {
@ -64,9 +64,9 @@ public class HomeComponentEntity extends BaseEpmetEntity {
@ -32,7 +32,8 @@
hc.COMPONENT_FRONT_ID,
hc.CONFIGURATION,
hc.DEMO_DATA,
hc.CONFIGURATION_DESCRIPTION
hc.CONFIGURATION_DESCRIPTION,
hc.REGION
FROM
home_component hc
WHERE
@ -85,7 +86,8 @@