Commit d4f8b90c authored by 徐俊's avatar 徐俊

xujun

parent 51d5f736
...@@ -114,7 +114,7 @@ public class ComTalentApply extends BaseEntity { ...@@ -114,7 +114,7 @@ public class ComTalentApply extends BaseEntity {
/** 研究条件 */ /** 研究条件 */
@ApiModelProperty(value = "研究条件", position = 15) @ApiModelProperty(value = "研究条件", position = 15)
@Length(max=1000, message = "研究条件不能大于1000") @Length(max=65535, message = "研究条件不能大于65535")
private String researchCondition; private String researchCondition;
/** 研究进度 */ /** 研究进度 */
......
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