|
|
@@ -177,6 +177,10 @@ public class UserOrder {
|
|
|
*/
|
|
|
private Integer needAlbum;
|
|
|
|
|
|
+ private Integer failAlbum;
|
|
|
+
|
|
|
+ private Integer failImage;
|
|
|
+
|
|
|
|
|
|
public Integer getId() {
|
|
|
return this.id;
|
|
|
@@ -705,5 +709,21 @@ public class UserOrder {
|
|
|
public void setNeedAlbum(Integer needAlbum) {
|
|
|
this.needAlbum = needAlbum;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer getFailAlbum() {
|
|
|
+ return failAlbum;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFailAlbum(Integer failAlbum) {
|
|
|
+ this.failAlbum = failAlbum;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getFailImage() {
|
|
|
+ return failImage;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFailImage(Integer failImage) {
|
|
|
+ this.failImage = failImage;
|
|
|
+ }
|
|
|
}
|
|
|
|