import java.lang.annotation.*;Documented
Retention(RetentionPolicy.RUNTIME)
Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER})
public interface ExcelStyle {int width() default 0;
}/*** 聊天记录*/
Data
public class DialogContentInfo {/**…