多租户代码框架
This commit is contained in:
@@ -33,6 +33,10 @@ public class AudioManagementStatistics implements Serializable {
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
@Schema(description = "租户ID")
|
||||
@TableField("tenant_id")
|
||||
private String tenantId;
|
||||
|
||||
@Schema(description = "门店ID")
|
||||
@TableField("dealership_id")
|
||||
private Long dealershipId;
|
||||
|
||||
Reference in New Issue
Block a user