From 2eb1ee7ee94cb0769009e1ce6a15dbd7eea792c9 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期三, 27 九月 2023 10:23:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java b/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java index 2fba0e5..ad19c10 100644 --- a/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java +++ b/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultDepot.java @@ -29,6 +29,10 @@ @PropertyDef(label = "璐т綅缂栧彿") private String id; + @Column(name = "ggm", length = 50) + @PropertyDef(label = "鍥借鐮�") + private String ggm; + @Column(name = "COMPANY_ID_", length = 10) @PropertyDef(label = "缁勭粐缂栫爜") private String companyId; -- Gitblit v1.9.3