Commit 9ae35078 authored by 徐俊's avatar 徐俊

xujun

parent a65a7c05
......@@ -104,7 +104,7 @@ public class ComTalentApply extends BaseEntity {
/** 技术特点 */
@ApiModelProperty(value = "技术特点", position = 13)
@Length(max=5000, message = "技术特点不能大于5000")
@Length(max=65535, message = "技术特点不能大于65535")
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