guoshilong
2023-04-24 fc030d197a869d5fecab582d36ff17be7e67cc3f
1
2
3
4
5
6
7
8
package cn.gistack.sm.intelligentCall.entity;
 
import lombok.Data;
 
@Data
public class ThirdDetailParam {
    private String body;
}