|
@@ -43,13 +43,13 @@ public class CaseSettings implements Serializable {
|
|
/**
|
|
/**
|
|
* 封面图
|
|
* 封面图
|
|
*/
|
|
*/
|
|
- @TableField("cover")
|
|
|
|
|
|
+ @TableField(value = "cover",updateStrategy = FieldStrategy.IGNORED)
|
|
private String cover;
|
|
private String cover;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 背景,天空
|
|
* 背景,天空
|
|
*/
|
|
*/
|
|
- @TableField("back")
|
|
|
|
|
|
+ @TableField(value = "back",updateStrategy = FieldStrategy.IGNORED)
|
|
private String back;
|
|
private String back;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -59,7 +59,7 @@ public class CaseSettings implements Serializable {
|
|
* bottomImage = "bimg",
|
|
* bottomImage = "bimg",
|
|
* icon = "icon",
|
|
* icon = "icon",
|
|
*/
|
|
*/
|
|
- @TableField("back_type")
|
|
|
|
|
|
+ @TableField(value = "back_type",updateStrategy = FieldStrategy.IGNORED)
|
|
private String backType;
|
|
private String backType;
|
|
|
|
|
|
@TableField("open_compass")
|
|
@TableField("open_compass")
|