<?php /** * 卡片列表 * @author auto create */ class NewsCardDTO { /** * 文章列表 **/ public $articles; /** * 消息卡片的素材id **/ public $media_id; /** * 消息卡片更新时间 **/ public $update_time; } ?>