|
@@ -67,6 +67,8 @@ public class CaseSettings implements Serializable {
|
|
|
|
|
|
@TableField("open_compass")
|
|
@TableField("open_compass")
|
|
private Boolean openCompass;
|
|
private Boolean openCompass;
|
|
|
|
+ @TableField("map_type")
|
|
|
|
+ private String mapType;
|
|
|
|
|
|
@TableField("tb_status")
|
|
@TableField("tb_status")
|
|
@TableLogic
|
|
@TableLogic
|