guoshilong
2024-04-16 62428f7b629da3e4eb40937466e38f2cd9ef7ed9
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;
}