yujian
2020-05-23 28cf328a098334b51a3e9d2d56f983fb8c862211
fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoKeAppInfo.java
@@ -9,6 +9,21 @@
public class TaoKeAppInfo {
   private String appKey;
   private String appSecret;
   public TaoKeAppInfo(String appKey, String appSecret) {
      this.appKey = appKey;
      this.appSecret = appSecret;
   }
   public TaoKeAppInfo(String appKey, String appSecret, String pid) {
      this.appKey = appKey;
      this.appSecret = appSecret;
      this.pid = pid;
   }
   public TaoKeAppInfo() {
   }
   private String pid;
   private String adzoneId;