青羊经侦大队-数据平台
安瑾然
2022-07-11 57a7ec6424a287d8d857d99b1488b3b2ce74ff6c
src/main/java/com/example/jz/modle/entity/Cause.java
File was renamed from src/main/java/com/example/jz/modle/entity/Case.java
@@ -5,13 +5,13 @@
import java.io.Serializable;
/**
 * (Case)表实体类
 * (Cause)表实体类
 *
 * @author makejava
 * @since 2022-07-11 16:35:56
 * @since 2022-07-11 16:55:40
 */
@SuppressWarnings("serial")
public class Case extends Model<Case> {
public class Cause extends Model<Cause> {
    //案件ID
    private Integer id;
    //头像地址
@@ -28,11 +28,10 @@
    private String amountInvolved;
    //报案材料图片地址 多个用,分隔
    private String reportMaterials;
    //报案方式
    private String reportMethod
reportMethod;
    //报案时间
    private Date reportTime;
    //报案方式
    private String reportMethod;
    public Integer getId() {
@@ -99,20 +98,6 @@
        this.reportMaterials = reportMaterials;
    }
    public String getReportMethod
reportMethod() {
        return reportMethod
reportMethod;
    }
    public void setReportMethod
reportMethod(String reportMethod
reportMethod) {
        this.reportMethod
reportMethod = reportMethod
reportMethod;
    }
    public Date getReportTime() {
        return reportTime;
    }
@@ -121,6 +106,14 @@
        this.reportTime = reportTime;
    }
    public String getReportMethod() {
        return reportMethod;
    }
    public void setReportMethod(String reportMethod) {
        this.reportMethod = reportMethod;
    }
    /**
     * 获取主键值
     *