Commit 5396ac9b authored by 徐俊's avatar 徐俊

xujun

parent d4f8b90c
...@@ -109,7 +109,7 @@ public class ComTalentApply extends BaseEntity { ...@@ -109,7 +109,7 @@ public class ComTalentApply extends BaseEntity {
/** 量化指标 */ /** 量化指标 */
@ApiModelProperty(value = "量化指标", position = 14) @ApiModelProperty(value = "量化指标", position = 14)
@Length(max=1000, message = "量化指标不能大于1000") @Length(max=65535, message = "量化指标不能大于65535")
private String qualityTarget; private String qualityTarget;
/** 研究条件 */ /** 研究条件 */
...@@ -119,7 +119,7 @@ public class ComTalentApply extends BaseEntity { ...@@ -119,7 +119,7 @@ public class ComTalentApply extends BaseEntity {
/** 研究进度 */ /** 研究进度 */
@ApiModelProperty(value = "研究进度", position = 16) @ApiModelProperty(value = "研究进度", position = 16)
@Length(max=1000, message = "研究进度不能大于1000") @Length(max=65535, message = "研究进度不能大于65535")
private String researchProgress; private String researchProgress;
/** 计划目标 */ /** 计划目标 */
......
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