|
@@ -16,6 +16,16 @@ public class PhotoQueryInfo extends QueryInfo {
|
|
|
|
|
|
private Integer photoId;
|
|
|
|
|
|
+ private String timeLine;
|
|
|
+
|
|
|
+ public String getTimeLine() {
|
|
|
+ return timeLine;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTimeLine(String timeLine) {
|
|
|
+ this.timeLine = timeLine;
|
|
|
+ }
|
|
|
+
|
|
|
public YesOrNoEnum getClientShowNum() {
|
|
|
return clientShowNum;
|
|
|
}
|