mitao
2024-03-27 789b5b823440d174a198a35fd033ca975cb54f4a
ruoyi-system/src/main/java/com/ruoyi/system/domain/TbBasicDataField.java
@@ -26,7 +26,7 @@
    private static final long serialVersionUID = 1L;
    @ApiModelProperty(value = "动态字段id")
    @TableId("id")
    @TableId(value = "id",type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "基础数据id")
@@ -40,11 +40,6 @@
    @ApiModelProperty(value = "字段值")
    @TableField("field_value")
    private String fieldValue;
    @ApiModelProperty(value = "删除标志(0代表存在 1代表删除)")
    @TableField("del_flag")
    @TableLogic
    private String delFlag;
    @ApiModelProperty(value = "创建人")
    @TableField("create_by")