租户id修正

This commit is contained in:
2026-04-29 20:49:53 +08:00
parent 68d0c7ea37
commit 6fc319ac64
4 changed files with 9 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ public class LbAssessmentApply implements Serializable {
@TableField("tenant_id")
@Schema(description = "租户ID")
private Long tenantId;
private String tenantId;
@TableField("applicant_name")
@Schema(description = "申请人")