TASK:mannequin;
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.Date;
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@Accessors(chain = true)
|
||||
@TableName("user_like_sort")
|
||||
@TableName("collection_sort")
|
||||
public class UserLikeSort implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@@ -21,4 +21,7 @@ public class UserLikeSort implements Serializable {
|
||||
private Long userLikeGroupId;
|
||||
private Long userLikeId;
|
||||
private Integer sort;
|
||||
private Long projectId;
|
||||
private Long relationId;
|
||||
private String relationType;
|
||||
}
|
||||
Reference in New Issue
Block a user