提交 5264ad8e authored 作者: yucaiwei's avatar yucaiwei

--no commit message

上级 eac010eb
package com.zrqx.core.form.resource.fg.membercollection;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
@ApiModel(value="CancelCollectionForm",description="取消收藏")
public class CancelCollectionForm {
@ApiModelProperty("1税可知 2走出去 3视频课")
private Integer type;
@ApiModelProperty("收藏对象id")
private String objectId;
@ApiModelProperty("收藏对象类型1图书 2文章 3微课(视频)")
private String objectType;
}
......@@ -10,7 +10,7 @@ public class MemberCollectionForm {
private String memberId;
@ApiModelProperty("1税可知 2走出去 3视频课")
private String type;
private Integer type;
@ApiModelProperty("资源类型 1图书 2文章 3微课(视频)")
private String objectType;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论