wl
2022-11-18 8f66aa7785d8cc0bf1e642f638a7f1d8c67a5f69
ycl-platform/src/main/java/com/ycl/entity/caseHandler/Investigation.java
@@ -59,7 +59,7 @@
     */
    @TableField("investigation_time")
    @ApiModelProperty(value = "时间")
    private Date investigationTime;
    private LocalDateTime investigationTime;
    /**
     * 地址
@@ -80,7 +80,7 @@
     */
    @TableField("party_id")
    @ApiModelProperty(value = "当事人id")
    private Integer partyId;
    private Long partyId;
    /**
     * 情况描述