forked from rongchao/epmet-cloud-rizhao
Browse Source
# Conflicts: # epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/constant/ServiceConstant.javadev
15 changed files with 86 additions and 52 deletions
@ -0,0 +1,19 @@ |
|||
package com.epmet.constant; |
|||
|
|||
/** |
|||
* @Classname ReginEnum |
|||
* @Description 所属区域:0.标题区、1.置顶区、2.功能区、3.悬浮区 |
|||
* @Date 2020/3/17 15:22 |
|||
* @Created by yangs |
|||
*/ |
|||
public interface ReginConstant { |
|||
//所属区域:0.标题区、1.置顶区、2.功能区、3.悬浮区
|
|||
//0.标题区
|
|||
String titleList="titleList"; |
|||
//1.置顶区
|
|||
String topList="topList"; |
|||
//2.功能区
|
|||
String functionList="functionList"; |
|||
//3.悬浮区
|
|||
String floatingList="floatingList"; |
|||
} |
Loading…
Reference in new issue