|
@@ -254,6 +254,11 @@ public class GoodsDon extends BaseEntity {
|
|
|
*/
|
|
*/
|
|
|
private String showFieldInfo;
|
|
private String showFieldInfo;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 特殊ip展示是否隐藏
|
|
|
|
|
+ */
|
|
|
|
|
+ private Boolean isFilter;
|
|
|
|
|
+
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
|
@Getter
|
|
@Getter
|
|
|
public enum SpecialType {
|
|
public enum SpecialType {
|