luofl
2025-03-21 65421e57d827247df65890ea1ca6de5e767bbb69
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/ComplaintAuditRecord.java
@@ -116,4 +116,11 @@
    @TableField("sort")
    private Integer sort;
    @ApiModelProperty("审核人")
    @TableField("auditor_name")
    private String auditorName;
    @ApiModelProperty("审核人联系方式")
    @TableField("auditor_phone")
    private String auditorPhone;
}