guoshilong
2023-06-21 b37bdc2060e6bd7bf8cb2b2d844fe45a549d210a
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;
}