From e80fe8c0833fda463feecbcf0c25b2c1e47d94bc Mon Sep 17 00:00:00 2001 From: yewj Date: Fri, 30 Aug 2024 09:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=B7=BB=E5=8A=A0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/glxp/api/entity/inout/IoSplitFifoInv.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/java/com/glxp/api/entity/inout/IoSplitFifoInv.java b/src/main/java/com/glxp/api/entity/inout/IoSplitFifoInv.java index 8a2b275b8..3624cc1fc 100644 --- a/src/main/java/com/glxp/api/entity/inout/IoSplitFifoInv.java +++ b/src/main/java/com/glxp/api/entity/inout/IoSplitFifoInv.java @@ -32,6 +32,13 @@ public class IoSplitFifoInv implements Serializable { @TableField(value = "workPlaceCode") @ApiModelProperty(value = "工位编码") private Long workPlaceCode; + /** + * 业务类型 + */ + @TableField(value = "busType") + @ApiModelProperty(value = "业务类型") + private String busType; + /** * 部门编码 @@ -117,6 +124,14 @@ public class IoSplitFifoInv implements Serializable { @ApiModelProperty(value = "剩余数量") private Integer reCount; + /** + * 可用数量 + */ + @TableField(value = "reCount") + @ApiModelProperty(value = "可用数量") + private Integer availableCount; + + /** * 锁定数量 */