From 1e790795f4e2c365f604ecc0fc1b290e3ff3c35f Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期五, 20 十月 2023 09:34:22 +0800 Subject: [PATCH] 更新bug --- cloud-server-other/src/main/java/com/dsh/other/entity/Store.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/Store.java b/cloud-server-other/src/main/java/com/dsh/other/entity/Store.java index e3d3f7a..82662f6 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/Store.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/Store.java @@ -134,6 +134,10 @@ @TableField("operatorId") private Integer operatorId; + @TableField(exist = false) + private String oName; + + private String ids; @Override protected Serializable pkVal() { -- Gitblit v1.7.1