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