🐛 修复会议邮件请求体继承父类错误的代码

This commit is contained in:
Hugo 2024-03-04 10:16:13 +08:00 committed by GitHub
parent fc8d815d6e
commit 94ef5053e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ import java.util.List;
@NoArgsConstructor
@AllArgsConstructor
@Accessors(chain = true)
public class WxCpMailMeetingSendRequest extends WxCpMailScheduleSendRequest implements Serializable {
public class WxCpMailMeetingSendRequest extends WxCpMailCommonSendRequest implements Serializable {
private static final long serialVersionUID = -4961279393895454138L;
/**