jinpengyong
2021-04-19 b1ae62872b40272c9b5c56b6f5f0baf1d648cf91
screen-api/src/main/java/com/moral/api/entity/SysDictData.java
@@ -16,7 +16,7 @@
 * </p>
 *
 * @author moral
 * @since 2021-03-09
 * @since 2021-04-16
 */
@Data
@EqualsAndHashCode(callSuper = false)
@@ -29,11 +29,6 @@
     */
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    /**
     * 父Id
     */
    private Integer parentId;
    /**
     * 数据类型Id
@@ -51,11 +46,6 @@
     */
    @TableField("dataValue")
    private String dataValue;
    /**
     * 排列顺序
     */
    private Integer sort;
    /**
     * 创建时间