From 0e86a4ca566cba07bcdf76f4138399e7df45d9f7 Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Wed, 23 Dec 2020 16:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E6=96=B0=E5=A2=9E=E7=BD=AE?= =?UTF-8?q?=E9=A1=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/elink/esua/epdc/dto/GroupBuyInfoDTO.java | 2 +- .../esua/epdc/modules/groupbuy/entity/GroupBuyInfoEntity.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-custom/epdc-custom-client/src/main/java/com/elink/esua/epdc/dto/GroupBuyInfoDTO.java b/esua-epdc/epdc-module/epdc-custom/epdc-custom-client/src/main/java/com/elink/esua/epdc/dto/GroupBuyInfoDTO.java index 4dcb11d3..9fd3e99b 100644 --- a/esua-epdc/epdc-module/epdc-custom/epdc-custom-client/src/main/java/com/elink/esua/epdc/dto/GroupBuyInfoDTO.java +++ b/esua-epdc/epdc-module/epdc-custom/epdc-custom-client/src/main/java/com/elink/esua/epdc/dto/GroupBuyInfoDTO.java @@ -170,7 +170,7 @@ public class GroupBuyInfoDTO implements Serializable { /** * 是否置顶 */ - private Integer isTop; + private Integer topFlag; /** * 置顶时间 */ diff --git a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/groupbuy/entity/GroupBuyInfoEntity.java b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/groupbuy/entity/GroupBuyInfoEntity.java index cc108e7d..2b5cdcb8 100644 --- a/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/groupbuy/entity/GroupBuyInfoEntity.java +++ b/esua-epdc/epdc-module/epdc-custom/epdc-custom-server/src/main/java/com/elink/esua/epdc/modules/groupbuy/entity/GroupBuyInfoEntity.java @@ -137,7 +137,7 @@ public class GroupBuyInfoEntity extends BaseEpdcEntity { /** * 是否置顶 */ - private Integer isTop; + private Integer topFlag; /** * 置顶时间 */