bug修改

This commit is contained in:
lg
2025-10-25 20:14:03 +08:00
parent 570b0ce316
commit 23572dfc07
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ import java.io.Serial;
* @date 2025-09-30 * @date 2025-09-30
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = true) //@EqualsAndHashCode(callSuper = true)
@TableName("xzd_customertype") @TableName("xzd_customertype")
public class XzdCustomertype extends BaseEntity { public class XzdCustomertype {
@Serial @Serial
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

View File

@ -14,9 +14,9 @@ import java.io.Serial;
* @date 2025-09-30 * @date 2025-09-30
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = true) //@EqualsAndHashCode(callSuper = true)
@TableName("xzd_customertype_info") @TableName("xzd_customertype_info")
public class XzdCustomertypeInfo extends BaseEntity { public class XzdCustomertypeInfo {
@Serial @Serial
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;