mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-22 03:27:39 +08:00
🎨 代码优化
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package me.chanjar.weixin.open.bean.ma;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import me.chanjar.weixin.open.bean.result.WxOpenResult;
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class WxMaScheme extends WxOpenResult {
|
||||
private static final long serialVersionUID = 6099475183322341647L;
|
||||
|
||||
private String openlink;
|
||||
}
|
||||
|
Reference in New Issue
Block a user