mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 08:37:32 +08:00
🎨 给私有类添加序列化实现
This commit is contained in:
parent
63131ec61f
commit
b7dc6468a4
@ -66,7 +66,7 @@ public class ApplymentStateQueryResult implements Serializable {
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Accessors(chain = true)
|
||||
public static class AuditDetail {
|
||||
public static class AuditDetail implements Serializable {
|
||||
/**
|
||||
* 字段名
|
||||
*/
|
||||
@ -84,4 +84,4 @@ public class ApplymentStateQueryResult implements Serializable {
|
||||
private String rejectReason;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user