|
|
@ -25,6 +25,9 @@ public class ChatFileEntity extends BaseMgrEntity<ChatFileEntity> { |
|
|
|
@SerializedName(value = "question") |
|
|
|
private String question; |
|
|
|
|
|
|
|
@SerializedName(value = "user_id") |
|
|
|
private String userId; |
|
|
|
|
|
|
|
@SerializedName(value = "question_no") |
|
|
|
private String questionNo; |
|
|
|
|
|
|
|