@@ -65,6 +65,9 @@ public class CaseSettings implements Serializable {
@TableField("back_type")
private String backType;
+ @TableField("open_compass")
+ private Boolean openCompass;
+
@TableField("tb_status")
@TableLogic
private Integer tbStatus;