🎨 修复错误的注解
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user