add java doc
This commit is contained in:
@@ -2,6 +2,9 @@ package com.foxinmy.weixin4j.wxa.model.phone;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 微信绑定号码解析结果
|
||||
*/
|
||||
public class PhoneInfo implements Serializable {
|
||||
|
||||
private String phoneNumber;
|
||||
|
||||
@@ -2,6 +2,9 @@ package com.foxinmy.weixin4j.wxa.model.phone;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 数据水印
|
||||
*/
|
||||
public class Watermark implements Serializable {
|
||||
|
||||
private String appId;
|
||||
|
||||
Reference in New Issue
Block a user