疯狂的狮子li
2021-06-18 3cc028fa2909e691a77e6ff99fd57a69829ccb4b
ruoyi-demo/src/main/java/com/ruoyi/demo/domain/TestDemo.java
@@ -27,8 +27,6 @@
   /**
    * 主键
    * 如果是自定义id 或者 雪花id
    * 需要增加序列化为字符串注解 因为Long到前端会失真
    */
    @TableId(value = "id")
   @JsonSerialize(using = ToStringSerializer.class)
@@ -71,7 +69,6 @@
    private String updateBy;
    /** 删除标志 */
    @TableLogic
    private Long delFlag;
}