mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 规范部分javadoc文档
This commit is contained in:
@@ -3,11 +3,13 @@ package me.chanjar.weixin.mp.bean.card;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @description 卡券返回结果基础类
|
||||
* @author: fanxl
|
||||
* @date: 2019/1/22 0022 10:08
|
||||
* 卡券返回结果基础类.
|
||||
*
|
||||
* @author fanxl
|
||||
* @date 2019/1/22 0022 10:08
|
||||
*/
|
||||
public class BaseWxMpCardResult implements Serializable {
|
||||
private static final long serialVersionUID = -3502867243738689870L;
|
||||
|
||||
/**
|
||||
* 错误码
|
||||
|
||||
Reference in New Issue
Block a user