src/main/java/com/yeshi/buwan/domain/RecommendAd.java
@@ -1,6 +1,7 @@ package com.yeshi.buwan.domain; import com.google.gson.annotations.Expose; import com.yeshi.buwan.domain.system.SystemInfo; public class RecommendAd { private String id; @@ -24,6 +25,16 @@ private int linktype; private int platform; private SystemInfo system; public SystemInfo getSystem() { return system; } public void setSystem(SystemInfo system) { this.system = system; } public int getLinktype() { return linktype; }