多租户代码框架
This commit is contained in:
@@ -21,6 +21,12 @@ public class CustomerProfileAnalysis {
|
||||
@TableId(type = IdType.ASSIGN_UUID)
|
||||
private String id;
|
||||
|
||||
/**
|
||||
* 租户ID
|
||||
*/
|
||||
@TableField("tenant_id")
|
||||
private String tenantId;
|
||||
|
||||
/**
|
||||
* AI分析记录ID
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user