zhongrj
2023-06-05 29358cfe9b8da07f852c69a57f5d8fedcbbf116e
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.gistack.sm.intelligentCall.entity;
 
import lombok.Data;
 
import java.util.Map;
 
@Data
public class ThirdRequestParam {
 
    private Head head;
 
    private String body;
}