青羊经侦大队-数据平台
wl
2022-12-26 e43e2f457c52f9a8d4a0aa9d45aa4a0fba94315d
src/main/java/com/example/jz/modle/entity/Cause.java
@@ -31,6 +31,7 @@
    //案件描述
    private String description;
    private String totalMoney;
    public Integer getId() {
        return id;
@@ -89,6 +90,14 @@
        this.description = description;
    }
    public String getTotalMoney() {
        return totalMoney;
    }
    public void setTotalMoney(String totalMoney) {
        this.totalMoney = totalMoney;
    }
    /**
     * 获取主键值
     *