diff --git a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/sys/GameListConfigCO.java b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/sys/GameListConfigCO.java index b0c2aa99..84934d4e 100644 --- a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/sys/GameListConfigCO.java +++ b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/sys/GameListConfigCO.java @@ -103,9 +103,9 @@ public class GameListConfigCO extends ClientObject { */ private Timestamp createTime; - private boolean isNew; + private boolean latest; - public boolean isNew() { + public boolean isLatest() { if (createTime == null) { return false; }