File was renamed from src/main/java/com/example/jz/modle/entity/Case.java |
| | |
| | | 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; |
| | | //头像地址 |
| | |
| | | private String amountInvolved; |
| | | //报案材料图片地址 多个用,分隔 |
| | | private String reportMaterials; |
| | | //报案方式 |
| | | private String reportMethod |
| | | reportMethod; |
| | | //报案时间 |
| | | private Date reportTime; |
| | | //报案方式 |
| | | private String reportMethod; |
| | | |
| | | |
| | | public Integer getId() { |
| | |
| | | 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; |
| | | } |
| | |
| | | this.reportTime = reportTime; |
| | | } |
| | | |
| | | public String getReportMethod() { |
| | | return reportMethod; |
| | | } |
| | | |
| | | public void setReportMethod(String reportMethod) { |
| | | this.reportMethod = reportMethod; |
| | | } |
| | | |
| | | /** |
| | | * 获取主键值 |
| | | * |