zhanghua
2022-12-15 6c56f35bef519265b4e7ae98fda6ca87855daf9f
ycl-platform/src/main/java/com/ycl/entity/caseHandler/DispatchInfo.java
@@ -33,7 +33,7 @@
     */
    @TableId(value = "id", type = IdType.AUTO)
    @ApiModelProperty(value = "id")
    private Integer id;
    private Long id;
    /**
     * 案件id(同ums_base_case表id)
     */
@@ -77,10 +77,10 @@
    @ApiModelProperty(value = "距离")
    private Integer distance;
    /**
     * 处置限时
     * 调度限时
     */
    @TableField("dispose_date")
    @ApiModelProperty(value = "处置限时")
    @ApiModelProperty(value = "调度限时")
    private Date disposeDate;
    /**
     * 派遣意见