REQ-3828: 添加注释

This commit is contained in:
yanglin 2024-12-26 09:46:45 +08:00
parent cafef633a6
commit abd7ae103b

View File

@ -14,7 +14,7 @@ import java.util.List;
public class CardSendResponse { public class CardSendResponse {
/** /**
* 卡片信息 * 卡片信息. CardSendRequest#returnCards=true才返回
*/ */
private List<CardInfo> cards = new ArrayList<>(); private List<CardInfo> cards = new ArrayList<>();