|
|
@@ -7,7 +7,7 @@ import lombok.EqualsAndHashCode; |
|
|
|
|
|
|
|
|
import java.util.Date; |
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
@TableName(value = "wx_third_party_Api") |
|
|
|
|
|
|
|
|
@TableName(value = "wx_third_party_api") |
|
|
@Data |
|
|
@Data |
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
public class WxThirdPartyApi extends TenantEntity { |
|
|
public class WxThirdPartyApi extends TenantEntity { |
|
|
|