提交 c5093495 authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 0488565d
......@@ -24,6 +24,8 @@ public class ResourceRequestPath extends BaseRequestPath {
public static final String PDF_LIBRARY = "/pdf-library";
/** 音频库*/
public static final String ENTITY = "/entity";
/** ISBN*/
public static final String ISBN = "/isbn";
/** 目录 */
public static final String DIRECTORY = "/directory";
/** 敏感词 */
......
......@@ -36,7 +36,8 @@ public class SaveOrUpdateOrganForm {
private String ipGroup;
@ApiModelProperty(value = "关联资源分类")
private String relatedResourceTypes;
@ApiModelProperty(value = "同时在线人数", required = true)
private Integer onlineNum;
@ApiModelProperty(value = "关联资源分类id和code")
private List<SaveDiyTypeForm> diyTypeCode;
}
\ No newline at end of file
......@@ -40,6 +40,8 @@ public class Organ {
private String code;
@ApiModelProperty(value = "可使用次数", required = true)
private Integer useNumber;
@ApiModelProperty(value = "同时在线人数", required = true)
private Integer onlineNum;
@ApiModelProperty(value = "已关联ip组")
private String ipGroup;
@ApiModelProperty(value = "关联资源分类")
......
......@@ -36,7 +36,8 @@ public class OrganVO {
private String ipGroup;
@ApiModelProperty(value = "关联资源分类")
private String relatedResourceTypes;
@ApiModelProperty(value = "同时在线人数", required = true)
private Integer onlineNum;
@ApiModelProperty(value = "关联资源分类id和code")
private List<DiyTypeOneVO> diyTypeCode;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论