|
|
@@ -98,6 +98,9 @@ public class WxMall implements Serializable { |
|
|
@Transient |
|
|
@Transient |
|
|
protected List<WxMallBuilding> buildings; |
|
|
protected List<WxMallBuilding> buildings; |
|
|
|
|
|
|
|
|
|
|
|
@Transient |
|
|
|
|
|
private boolean valid; |
|
|
|
|
|
|
|
|
public boolean isValid() { |
|
|
public boolean isValid() { |
|
|
if(saleType != null) { |
|
|
if(saleType != null) { |
|
|
if(validStart != null && validEnd != null) { |
|
|
if(validStart != null && validEnd != null) { |
|
|
|