青羊经侦大队-数据平台
baizonghao
2023-03-21 885f3fae53b158660ff0fe239b352850dfa4c61e
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;
}