src/main/java/com/webmanage/entity/PointsFlow.java
@@ -15,7 +15,7 @@ */ @Data @EqualsAndHashCode(callSuper = false) @TableName("points_flow") @TableName("tb_points_flow") public class PointsFlow implements Serializable { private static final long serialVersionUID = 1L; @@ -30,13 +30,13 @@ * 用户ID */ @TableField("user_id") private Long userId; private String userId; /** * 单位ID */ @TableField("unit_id") private Long unitId; private String unitId; /** * 数据类目