Skip to content

Commit

Permalink
🎨 修复有问题的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
silloy authored Nov 18, 2021
1 parent 1f830ec commit 6cc0b2d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package me.chanjar.weixin.common.error;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
Expand All @@ -19,6 +20,7 @@
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class WxError implements Serializable {
private static final long serialVersionUID = 7869786563361406291L;
Expand Down

0 comments on commit 6cc0b2d

Please sign in to comment.