多租户代码框架
This commit is contained in:
@@ -27,6 +27,12 @@ public class VideoSynthesisLog {
|
||||
@TableId(type = IdType.ASSIGN_UUID)
|
||||
private String id;
|
||||
|
||||
/**
|
||||
* 租户ID
|
||||
*/
|
||||
@TableField("tenant_id")
|
||||
private String tenantId;
|
||||
|
||||
/**
|
||||
* 请求ID(唯一)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user