|
@ -1,7 +1,6 @@ |
|
|
package com.epmet.dataaggre.dto.resigroup.result; |
|
|
package com.epmet.dataaggre.dto.resigroup.result; |
|
|
|
|
|
|
|
|
import com.epmet.commons.tools.constant.NumConstant; |
|
|
import com.epmet.commons.tools.constant.NumConstant; |
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
|
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
import java.io.Serializable; |
|
@ -25,7 +24,7 @@ public class GroupActRankResultDTO implements Serializable { |
|
|
private String participateUserName; |
|
|
private String participateUserName; |
|
|
private List<GroupActRankDetailDTO> categoryList; |
|
|
private List<GroupActRankDetailDTO> categoryList; |
|
|
|
|
|
|
|
|
@JsonIgnore |
|
|
// @JsonIgnore
|
|
|
private Integer sortValue; |
|
|
private Integer sortValue; |
|
|
|
|
|
|
|
|
public GroupActRankResultDTO() { |
|
|
public GroupActRankResultDTO() { |
|
|