admin
2024-04-26 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c
fanli/src/main/java/com/yeshi/fanli/entity/config/push/HWPushConfig.java
@@ -1,26 +1,26 @@
package com.yeshi.fanli.entity.config.push;
import org.yeshi.utils.annotation.Map;
public class HWPushConfig {
   @Map("appId")
   private String appId;
   @Map("appSecret")
   private String appSecret;
   public String getAppId() {
      return appId;
   }
   public void setAppId(String appId) {
      this.appId = appId;
   }
   public String getAppSecret() {
      return appSecret;
   }
   public void setAppSecret(String appSecret) {
      this.appSecret = appSecret;
   }
}
package com.yeshi.fanli.entity.config.push;
import org.yeshi.utils.annotation.Map;
public class HWPushConfig {
   @Map("appId")
   private String appId;
   @Map("appSecret")
   private String appSecret;
   public String getAppId() {
      return appId;
   }
   public void setAppId(String appId) {
      this.appId = appId;
   }
   public String getAppSecret() {
      return appSecret;
   }
   public void setAppSecret(String appSecret) {
      this.appSecret = appSecret;
   }
}