|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
package com.iformall.domain.po; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
import com.iformall.domain.po.base.TenantEntity; |
|
|
|
import com.iformall.domain.po.base.BaseTenantEntity; |
|
|
|
import lombok.Data; |
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
|
|
|
|
@@ -10,7 +10,7 @@ import java.util.Date; |
|
|
|
@TableName(value = "wx_floating_layer") |
|
|
|
@Data |
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
public class WxFloatingLayer extends TenantEntity { |
|
|
|
public class WxFloatingLayer extends BaseTenantEntity { |
|
|
|
|
|
|
|
protected Long id; |
|
|
|
|
|
|
|
|