Commit 77591b49 authored by wangxl's avatar wangxl

Merge remote-tracking branch 'origin/master'

parents 236c98ad d1d3f7b7
......@@ -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