@@ -5,6 +5,9 @@ import lombok.Data;
@Data
public class ContentStyle {
+ /** 标题 **/
+ private String title;
+
/** 标识 **/
private String mark;