mitao
2025-02-24 33e5113e02e32b8553c5f4edd07eb1f149594f04
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/ComplaintProgress.java
@@ -36,8 +36,8 @@
    private Long id;
    @ApiModelProperty(value = "诉求id")
    @TableField("issue_report_id")
    private Long issueReportId;
    @TableField("complaint_id")
    private Long complaintId;
    @ApiModelProperty(value = "办理进度描述")
    @TableField("describe")
@@ -59,5 +59,9 @@
    @TableField("create_by")
    private Long createBy;
    @ApiModelProperty(value = "创建人")
    @TableField("create_by_name")
    private String createByName;
}