zxl
2025-07-17 d6eb0db20437b43a1748c5cdeaeefcbc99145ac7
framework/src/main/java/cn/lili/modules/lmk/domain/query/MyCollectQuery.java
@@ -18,5 +18,7 @@
@Data
@ApiModel(value = "MyCollect查询参数", description = "我的收藏查询参数")
public class MyCollectQuery extends AbsQuery {
    /** 收藏类型*/
    private String type;
}