mitao
2025-02-24 17848d94d06a5e362c03c020735476f1f2295b95
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/ComplaintAuditRecord.java
@@ -33,6 +33,10 @@
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty(value = "是否最新")
    @TableField("latest_flag")
    private Boolean latestFlag;
    @ApiModelProperty(value = "诉求id")
    @TableField("complaint_id")
    private Long complaintId;