摘要:
https://blog.csdn.net/huangxuanheng/article/details/119302215 阅读全文
摘要:
在不想添加getter的实体类字段上添加@Getter(AccessLevel.NONE),setter同理 /** * 通话时长 */ @Getter(AccessLevel.NONE) @TableField(exist = false) private String duration; pub 阅读全文
摘要:
https://www.python100.com/html/72G4R073UVRQ.html 阅读全文