guoshilong
2023-12-05 ae830f0421032b415ab505e8fbd82d257d01f1d5
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;
}