zhongrj
2023-06-02 ebf10ccf6217dfeebad750b4f4bb9ef4d9af68b0
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;
}