提交 0805e5dc authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 0c69eb40
......@@ -16,7 +16,7 @@ public class QueryResourceForPoPForm {
private String name;
@ApiModelProperty("经络id")
private String meridianId;
@ApiModelProperty("1时辰库,2经络库,3穴位库,4视频库")
@ApiModelProperty("1时辰库,2经络库,3穴位库,4视频库,5文章库")
private Integer resourceType;
@ApiModelProperty("自定义分类code")
private String diyTypeCode;
......
......@@ -8,9 +8,9 @@ import lombok.Data;
public class QueryResourceRelationForm {
@ApiModelProperty(value = "当前资源id",required = true)
private String id;
@ApiModelProperty(value = "资源类型1时辰库,2经络库,3穴位库,4视频库",required = true)
@ApiModelProperty(value = "资源类型1时辰库,2经络库,3穴位库,4视频库,5文章库",required = true)
private Integer type;
@ApiModelProperty("资源类型1时辰库,2经络库,3穴位库,4视频库")
@ApiModelProperty("资源类型1时辰库,2经络库,3穴位库,4视频库,5文章库")
private Integer resourceType;
@ApiModelProperty(value = "文章标题")
private String name;
......
......@@ -7,11 +7,11 @@ import lombok.Data;
public class SaveResourceRelationForm {
@ApiModelProperty("当前资源id")
private String id;
@ApiModelProperty("资源类型 1时辰库,2经络库,3穴位库,4视频库")
@ApiModelProperty("资源类型 1时辰库,2经络库,3穴位库,4视频库,5文章库")
private Integer type;
@ApiModelProperty("被关联资源id")
private String[] resourceIds;
@ApiModelProperty("资源类型 1时辰库,2经络库,3穴位库,4视频库")
@ApiModelProperty("资源类型 1时辰库,2经络库,3穴位库,4视频库,5文章库")
private Integer resourceType;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论