1
0
mirror of synced 2025-12-19 06:37:59 +08:00

🎨 修复错误的注解

This commit is contained in:
Binary Wang
2022-06-05 22:39:51 +08:00
parent 0dfd7a091c
commit c8e3d7ad26

View File

@@ -35,13 +35,12 @@ import java.util.Map;
*/ */
@Data @Data
public class WxMaOpenCommitStandardExt implements Serializable { public class WxMaOpenCommitStandardExt implements Serializable {
private static final long serialVersionUID = 4595618023108631477L; private static final long serialVersionUID = 4595618023108631477L;
/** /**
* 授权小程序Appid可填入商户小程序AppID以区分不同商户 * 授权小程序Appid可填入商户小程序AppID以区分不同商户
*/ */
@SerializedName("create_time") @SerializedName("extAppId")
private String extAppId; private String extAppId;
/** /**