admin
2021-03-01 d73687bc6115007145b4aab050e4e29ff87fd8ae
src/main/java/com/yeshi/buwan/domain/RecommendAd.java
@@ -24,6 +24,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;
   }