青羊经侦大队-数据平台
baizonghao
2023-04-23 4a9a9fa60f52be1e7c91f01df54b3cbae8c11d6c
src/main/java/com/example/jz/modle/dto/CauseDto.java
@@ -40,4 +40,8 @@
    @ApiModelProperty(dataType = "Integer", value = "案件状态")
    @NotNull(message = "案件状态")
    private Integer status;
    @ApiModelProperty(dataType = "String", value = "金钱")
    @NotBlank(message = "预估总金额不能为空")
    private String totalMoney;
}