mitao
2024-03-15 92b586e7d47167421f6500be641734acebeacd79
ruoyi-system/src/main/java/com/ruoyi/system/domain/TbBasicDataConfig.java
@@ -42,12 +42,20 @@
    private String fieldDescription;
    @ApiModelProperty(value = "计算类型(1=数字计算 2=文本统计 3=百分比统计)")
    @TableField("caculate_type")
    private Boolean caculateType;
    @TableField("calculate_type")
    private Integer calculateType;
    @ApiModelProperty(value = "字段id")
    @TableField("field_id")
    private Integer fieldId;
    @ApiModelProperty(value = "计算公式")
    @TableField("caculate_formula")
    private String caculateFormula;
    @TableField("calculate_formula")
    private String calculateFormula;
    @ApiModelProperty(value = "隐藏状态(0=展示中 1=已隐藏)")
    @TableField("status")
    private Integer status;
    @ApiModelProperty(value = "删除标志(0代表存在 1代表删除)")
    @TableField("del_flag")