|
|
@ -1,7 +1,6 @@ |
|
|
|
package com.epmet.dto.result.demand; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
@ -19,7 +18,7 @@ public class DemandRecResultDTO implements Serializable { |
|
|
|
private String gridName; |
|
|
|
private String agencyId; |
|
|
|
|
|
|
|
@JsonIgnore |
|
|
|
//@JsonIgnore
|
|
|
|
private String categoryCode; |
|
|
|
private String categoryName; |
|
|
|
|
|
|
|