|
@ -4,8 +4,6 @@ import com.epmet.commons.tools.constant.NumConstant; |
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
|
|
import javax.validation.constraints.NotNull; |
|
|
|
|
|
import java.io.Serializable; |
|
|
import java.io.Serializable; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
@ -69,6 +67,7 @@ public class TDuckListResultDTO implements Serializable { |
|
|
private String client; |
|
|
private String client; |
|
|
|
|
|
|
|
|
private String createdTime; |
|
|
private String createdTime; |
|
|
|
|
|
private String updatedTime; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 是否填写问卷,true:是,false:否 |
|
|
* 是否填写问卷,true:是,false:否 |
|
@ -107,6 +106,7 @@ public class TDuckListResultDTO implements Serializable { |
|
|
this.status = NumConstant.ONE; |
|
|
this.status = NumConstant.ONE; |
|
|
this.client = ""; |
|
|
this.client = ""; |
|
|
this.createdTime = ""; |
|
|
this.createdTime = ""; |
|
|
|
|
|
this.updatedTime = ""; |
|
|
this.fillStatus = false; |
|
|
this.fillStatus = false; |
|
|
this.isFillQuestion = true; |
|
|
this.isFillQuestion = true; |
|
|
this.orgName = ""; |
|
|
this.orgName = ""; |
|
|