package cn.gistack.sm.intelligentCall.entity; import lombok.Data; @Data public class ThirdPlainResult { private String errorMessage; }