This commit is contained in:
张良(004796)
2024-03-15 17:32:25 +08:00
parent 224f17d404
commit a09806bbc4
3 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,8 @@ import java.util.List;
@Data
public class SendBatchAttachMsgReq {
private String fromAccid;
private List<String> toAccids;
// List 数组字符串
private String toAccids;
private String attach;
private int save = 1;
}