游戏列表字段更改

This commit is contained in:
tianfeng 2025-12-03 15:13:28 +08:00
parent 02d435b618
commit bb4a0e1ec2

View File

@ -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;
}