feat:补充混淆忽略

This commit is contained in:
max
2024-06-28 16:24:53 +08:00
parent f74b744f56
commit b4f3c4f3e3
7 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
package com.chwl.core.im.custom.bean;
import androidx.annotation.Keep;
import com.alibaba.fastjson.JSONObject;
import com.google.gson.Gson;
import com.chwl.core.msg.sys.bean.ErbanSysMsgInfo;
@@ -10,6 +12,7 @@ import lombok.EqualsAndHashCode;
/**
* Created by MadisonRong on 17/06/2018.
*/
@Keep
@EqualsAndHashCode(callSuper = true)
@Data
public class SysMsgAttachment extends CustomAttachment {

View File

@@ -1,5 +1,7 @@
package com.chwl.core.msg.sys;
import androidx.annotation.Keep;
import com.chwl.core.msg.sys.bean.ErbanSysMsgComponent;
import java.util.List;
@@ -9,6 +11,7 @@ import lombok.Data;
/**
* Created by MadisonRong on 21/06/2018.
*/
@Keep
@Data
public class ErbanSysMsgLayout {
private ErbanSysMsgComponent title;

View File

@@ -1,10 +1,13 @@
package com.chwl.core.msg.sys.bean;
import androidx.annotation.Keep;
import lombok.Data;
/**
* Created by MadisonRong on 21/06/2018.
*/
@Keep
@Data
public class ErbanSysMsgComponent {
private String content;

View File

@@ -1,5 +1,7 @@
package com.chwl.core.msg.sys.bean;
import androidx.annotation.Keep;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
@@ -12,6 +14,7 @@ import lombok.Data;
/**
* Created by MadisonRong on 21/06/2018.
*/
@Keep
@Data
public class ErbanSysMsgInfo implements Serializable{

View File

@@ -2,12 +2,15 @@ package com.chwl.core.community.bean;
import android.text.TextUtils;
import androidx.annotation.Keep;
import kotlin.jvm.Transient;
import lombok.Data;
/**
* create by lvzebiao @2019/11/21
*/
@Keep
@Data
public class DynamicMedia {

View File

@@ -3,6 +3,8 @@ package com.chwl.core.community.bean;
import android.text.TextUtils;
import androidx.annotation.Keep;
import com.chwl.core.user.bean.BaseUserInfo;
import java.io.Serializable;
@@ -15,6 +17,7 @@ import lombok.Setter;
/**
* create by lvzebiao @2019/11/13
*/
@Keep
@Setter
@Getter
public class WorldDynamicBean extends BaseUserInfo implements Serializable {