This commit is contained in:
张良(004796)
2024-01-22 18:18:00 +08:00
parent 49b4b8fd2c
commit 219ee646a9
6 changed files with 75 additions and 0 deletions

View File

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