guoshilong
2024-03-13 d0a9f89f3281329eea9fbdf9e27a91e8a33d3599
1
2
3
4
5
6
7
8
9
package cn.gistack.sm.intelligentCall.entity;
 
import lombok.Data;
 
@Data
public class ThirdPlainResult {
 
    private String errorMessage;
}