Commit d1d3f7b7 authored by 徐俊's avatar 徐俊

xujun

parent 51d17e19
......@@ -36,5 +36,8 @@ public class ComFile extends BaseEntity {
/** 排序 */
@ApiModelProperty(value = "排序", position = 10 )
private Integer showIndex;
/** 必须上传的附件 */
@ApiModelProperty(value = "必须上传的附件", position = 8)
private Boolean isRequired;
}
\ No newline at end of file
......@@ -31,4 +31,7 @@ public class ComFileQueryVO extends PaginationVO{
/** 排序 */
@ApiModelProperty(value = "排序", position = 10 )
private Integer showIndex;
/** 必须上传的附件 */
@ApiModelProperty(value = "必须上传的附件", position = 8)
private Boolean isRequired;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment