青羊经侦大队-数据平台
baizonghao
2023-03-23 0261d270c9f9b5282d923e585c307aee44b0612c
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;
}