private String financialDataThree; | private String financialDataThree; | ||||
@ApiModelProperty(value = "附件json") | @ApiModelProperty(value = "附件json") | ||||
@Length(message = "附件json不能超过个 {max} 字符", max = 5000) | |||||
private String attachment; | private String attachment; | ||||
@ApiModelProperty(value = "逻辑删除,0:未删除,1:已删除") | @ApiModelProperty(value = "逻辑删除,0:未删除,1:已删除") |