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

@@ -25,7 +25,7 @@ public class AccountCash implements Serializable {
*
*/
@TableId(value = "id",type = IdType.AUTO)
private Integer id;
private Long id;
/**
*
*/