@@ -104,7 +104,6 @@ public class InnovationApply implements Serializable { | |||
private String financialDataThree; | |||
@ApiModelProperty(value = "附件json") | |||
@Length(message = "附件json不能超过个 {max} 字符", max = 5000) | |||
private String attachment; | |||
@ApiModelProperty(value = "逻辑删除,0:未删除,1:已删除") |