peng
8 天以前 9511403d630eea97e54719ed22c0c6781b3ebbe5
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;
}