|
|
@ -75,6 +75,11 @@ public class TDuckListResultDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private Boolean fillStatus; |
|
|
|
|
|
|
|
/** |
|
|
|
* 是否还能填写问卷,能:true,不能:false |
|
|
|
*/ |
|
|
|
private Boolean isFillQuestion; |
|
|
|
|
|
|
|
/** |
|
|
|
* 回收状态 0:未回收;1已回收 |
|
|
|
*/ |
|
|
@ -103,6 +108,7 @@ public class TDuckListResultDTO implements Serializable { |
|
|
|
this.client = ""; |
|
|
|
this.createdTime = ""; |
|
|
|
this.fillStatus = false; |
|
|
|
this.isFillQuestion = true; |
|
|
|
this.orgName = ""; |
|
|
|
} |
|
|
|
} |
|
|
|