From dfafaeba878012f8cecb2cf620ca3183e7d23c0b Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期四, 26 三月 2026 20:24:16 +0800
Subject: [PATCH] execl
---
src/main/java/com/zy/asrs/entity/POInStockEntry.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/POInStockEntry.java b/src/main/java/com/zy/asrs/entity/POInStockEntry.java
index b4eebf5..e990b8d 100644
--- a/src/main/java/com/zy/asrs/entity/POInStockEntry.java
+++ b/src/main/java/com/zy/asrs/entity/POInStockEntry.java
@@ -30,10 +30,12 @@
@ApiModelProperty(value= "")
@TableId(value = "FInterID", type = IdType.INPUT)
+ @TableField("FInterID")
private Integer FInterID;
@ApiModelProperty(value= "")
@TableId(value = "FEntryID", type = IdType.INPUT)
+ @TableField("FEntryID")
private Integer FEntryID;
@ApiModelProperty(value= "")
--
Gitblit v1.9.1