xieb
2023-07-03 c94885d4e04fffc973678ca068bc2e1fbc97823f
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;
}