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