忽略不存在字段

This commit is contained in:
gong
2026-03-28 14:41:39 +08:00
parent f9ac4b3e22
commit 250cd58996

View File

@@ -60,6 +60,7 @@ public class ShopTable implements Serializable {
/**
* 区域名称
*/
@Column(ignore = true)
private String areaName;
/**