|
@@ -88,6 +88,12 @@ public class RenewalView {
|
|
|
@DbField("g.second_type")
|
|
@DbField("g.second_type")
|
|
|
private Integer secondType;
|
|
private Integer secondType;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 邀请制是否完成
|
|
|
|
|
+ */
|
|
|
|
|
+ @DbIgnore
|
|
|
|
|
+ private Boolean isComplete;
|
|
|
|
|
+
|
|
|
@DbField("g.special_type")
|
|
@DbField("g.special_type")
|
|
|
private GoodsDon.SpecialType specialType;
|
|
private GoodsDon.SpecialType specialType;
|
|
|
|
|
|