From 65beb8549f54aa62faaa139f5373c2ec56ce055e Mon Sep 17 00:00:00 2001 From: "jimmy.zeng" Date: Tue, 4 Jun 2019 13:58:30 +0800 Subject: [PATCH] =?UTF-8?q?wms=E5=AD=98=E5=82=A8=E5=8C=BA=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AD=97=E6=AE=B5=20=20=E6=98=AF=E5=90=A6=E5=AD=90?= =?UTF-8?q?=E8=8A=82=E7=82=B9IS=5FSON=5FNODE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/estsh/i3plus/pojo/wms/bean/WmsZones.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/i3plus-pojo-wms/src/main/java/cn/estsh/i3plus/pojo/wms/bean/WmsZones.java b/modules/i3plus-pojo-wms/src/main/java/cn/estsh/i3plus/pojo/wms/bean/WmsZones.java index 55e0b3f..c8980af 100644 --- a/modules/i3plus-pojo-wms/src/main/java/cn/estsh/i3plus/pojo/wms/bean/WmsZones.java +++ b/modules/i3plus-pojo-wms/src/main/java/cn/estsh/i3plus/pojo/wms/bean/WmsZones.java @@ -45,9 +45,13 @@ public class WmsZones extends BaseBean { private String zoneName; @Column(name = "PARENT_ZONE_NO") - @ApiParam(value = "上层存储区") + @ApiParam(value = "父级存储区") private String parentZoneNo; + @Column(name = "IS_SON_NODE") + @ApiParam(value = "是否子节点") + private String isSonNode; + @Column(name = "IS_PM") @ApiParam(value = "零件级管控" , example = "2") private Integer isPm;