|
@ -1,6 +1,7 @@ |
|
|
package com.epmet.dataaggre.dto.epmettduck.result; |
|
|
package com.epmet.dataaggre.dto.epmettduck.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 javax.validation.constraints.NotBlank; |
|
|
import javax.validation.constraints.NotBlank; |
|
@ -86,6 +87,9 @@ public class TDuckListResultDTO implements Serializable { |
|
|
|
|
|
|
|
|
private String createdBy; |
|
|
private String createdBy; |
|
|
|
|
|
|
|
|
|
|
|
@JsonIgnore |
|
|
|
|
|
private Integer isEveryoneWriteOnceUid; |
|
|
|
|
|
|
|
|
public TDuckListResultDTO() { |
|
|
public TDuckListResultDTO() { |
|
|
this.customerId = ""; |
|
|
this.customerId = ""; |
|
|
this.key = ""; |
|
|
this.key = ""; |
|
|