mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 给私有类添加序列化实现
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user