This commit is contained in:
张良(004796)
2024-01-05 18:33:00 +08:00
parent 0fa2841213
commit ab1e56f773
16 changed files with 18 additions and 79 deletions

View File

@@ -26,7 +26,7 @@ public class AccountBankcard implements Serializable {
*/
@TableId(value = "id",type = IdType.AUTO)
@Schema(description = "ID")
private Integer id;
private Long id;
/**
*
*/