From d76ed8abc8f31e210f4e93f173f41bc2861870dd Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Apr 2021 15:37:49 +0800
Subject: [PATCH] 20210406  交易员列表查询

---
 src/main/java/com/xcong/excoin/modules/platform/entity/PlatformBannerEntity.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformBannerEntity.java b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformBannerEntity.java
index 6a511c6..5d0bf28 100644
--- a/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformBannerEntity.java
+++ b/src/main/java/com/xcong/excoin/modules/platform/entity/PlatformBannerEntity.java
@@ -44,4 +44,11 @@
 	 * 是否置顶 1-是2-否
 	 */
 	private String isTop;
+	/**
+	 * 是不是Banner图 1-是2-否
+	 */
+	private int isBanner;
+	
+	public static final int BANNER_YES = 1;
+	public static final int BANNER_NO = 2;
 }

--
Gitblit v1.9.1