Commit 5a4eeca3 authored by wangxl's avatar wangxl

Merge remote-tracking branch 'origin/master'

parents 095ab1d4 9ae35078
...@@ -104,7 +104,7 @@ public class ComTalentApply extends BaseEntity { ...@@ -104,7 +104,7 @@ public class ComTalentApply extends BaseEntity {
/** 技术特点 */ /** 技术特点 */
@ApiModelProperty(value = "技术特点", position = 13) @ApiModelProperty(value = "技术特点", position = 13)
@Length(max=5000, message = "技术特点不能大于5000") @Length(max=65535, message = "技术特点不能大于65535")
private String technicalSkill; private String technicalSkill;
/** 量化指标 */ /** 量化指标 */
......
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