wang-hao-jie
2022-02-07 c9cbc0947f6fe578d1f178d73a2dd46d95bec275
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Area.java
@@ -15,6 +15,7 @@
import javax.persistence.Table;
import javax.persistence.Transient;
import java.util.Date;
import java.util.List;
/**
 * @author Exrick
@@ -50,7 +51,12 @@
    @Transient
    @TableField(exist = false)
    @ApiModelProperty(value = "总体方差")
    private int variance;
    private double variance;
    @Transient
    @TableField(exist = false)
    @ApiModelProperty(value = "分段对象")
    private List<AreaSection> children;
    @Transient
    @TableField(exist = false)