TASK:mannequin;

This commit is contained in:
shahaibo
2025-05-29 16:17:39 +08:00
parent 8003a799c2
commit 276994759e
16 changed files with 229 additions and 98 deletions

View File

@@ -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;
}