| @@ -1,6 +1,7 @@ | |||||
| package com.iformall.domain.po; | package com.iformall.domain.po; | ||||
| import lombok.Data; | import lombok.Data; | ||||
| import lombok.EqualsAndHashCode; | |||||
| import javax.persistence.Id; | import javax.persistence.Id; | ||||
| import javax.persistence.Table; | import javax.persistence.Table; | ||||
| @@ -10,6 +11,7 @@ import java.util.List; | |||||
| @Table(name = "wx_appinfo") | @Table(name = "wx_appinfo") | ||||
| @Data | @Data | ||||
| @EqualsAndHashCode(callSuper = true) | |||||
| public class WxAppinfo extends BaseEntity { | public class WxAppinfo extends BaseEntity { | ||||
| @Id | @Id | ||||
| @@ -1,6 +1,7 @@ | |||||
| package com.iformall.domain.po; | package com.iformall.domain.po; | ||||
| import lombok.Data; | import lombok.Data; | ||||
| import lombok.EqualsAndHashCode; | |||||
| import javax.persistence.Id; | import javax.persistence.Id; | ||||
| import javax.persistence.Table; | import javax.persistence.Table; | ||||
| @@ -13,6 +14,7 @@ import java.util.List; | |||||
| */ | */ | ||||
| @Table(name = "wx_bill_property_deposit") | @Table(name = "wx_bill_property_deposit") | ||||
| @Data | @Data | ||||
| @EqualsAndHashCode(callSuper = true) | |||||
| public class WxBillPropertyDeposit extends BaseEntity { | public class WxBillPropertyDeposit extends BaseEntity { | ||||
| @Id | @Id | ||||
| @@ -1,6 +1,7 @@ | |||||
| package com.iformall.domain.po; | package com.iformall.domain.po; | ||||
| import lombok.Data; | import lombok.Data; | ||||
| import lombok.EqualsAndHashCode; | |||||
| import javax.persistence.Id; | import javax.persistence.Id; | ||||
| import javax.persistence.Table; | import javax.persistence.Table; | ||||
| @@ -10,6 +11,7 @@ import java.util.List; | |||||
| @Table(name = "wx_car_cmd_log") | @Table(name = "wx_car_cmd_log") | ||||
| @Data | @Data | ||||
| @EqualsAndHashCode(callSuper = true) | |||||
| public class WxCarCmdLog extends BaseEntity { | public class WxCarCmdLog extends BaseEntity { | ||||
| @Id | @Id | ||||
| @@ -2,6 +2,7 @@ package com.iformall.domain.po; | |||||
| import cn.afterturn.easypoi.excel.annotation.Excel; | import cn.afterturn.easypoi.excel.annotation.Excel; | ||||
| import lombok.Data; | import lombok.Data; | ||||
| import lombok.EqualsAndHashCode; | |||||
| import javax.persistence.Id; | import javax.persistence.Id; | ||||
| import javax.persistence.Table; | import javax.persistence.Table; | ||||
| @@ -12,6 +13,7 @@ import java.util.List; | |||||
| @Table(name = "wx_card_info") | @Table(name = "wx_card_info") | ||||
| @Data | @Data | ||||
| @EqualsAndHashCode(callSuper = true) | |||||
| public class WxCardInfo extends BaseEntity { | public class WxCardInfo extends BaseEntity { | ||||
| private static final long serialVersionUID = 1L; | private static final long serialVersionUID = 1L; | ||||
| @@ -2,6 +2,7 @@ package com.iformall.domain.po; | |||||
| import cn.afterturn.easypoi.excel.annotation.Excel; | import cn.afterturn.easypoi.excel.annotation.Excel; | ||||
| import lombok.Data; | import lombok.Data; | ||||
| import lombok.EqualsAndHashCode; | |||||
| import javax.persistence.Id; | import javax.persistence.Id; | ||||
| import javax.persistence.Table; | import javax.persistence.Table; | ||||
| @@ -12,6 +13,7 @@ import java.util.List; | |||||
| @Table(name = "wx_card_spend") | @Table(name = "wx_card_spend") | ||||
| @Data | @Data | ||||
| @EqualsAndHashCode(callSuper = true) | |||||
| public class WxCardSpend extends BaseEntity { | public class WxCardSpend extends BaseEntity { | ||||
| private static final long serialVersionUID = 1L; | private static final long serialVersionUID = 1L; | ||||