From 9c199e1f139b2e6eca02addd1eb6d55d11b41475 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期一, 21 三月 2022 14:41:49 +0800 Subject: [PATCH] 修复bug --- src/main/java/zy/cloud/wms/manager/entity/PickoutDetl.java | 17 +++-------------- 1 files changed, 3 insertions(+), 14 deletions(-) diff --git a/src/main/java/zy/cloud/wms/manager/entity/PickoutDetl.java b/src/main/java/zy/cloud/wms/manager/entity/PickoutDetl.java index 8939674..e90df81 100644 --- a/src/main/java/zy/cloud/wms/manager/entity/PickoutDetl.java +++ b/src/main/java/zy/cloud/wms/manager/entity/PickoutDetl.java @@ -69,7 +69,7 @@ * 搴撲綅ID */ @ApiModelProperty(value= "搴撲綅ID") - @TableField("node_id") + @TableField("nodeId") private Long nodeId; /** @@ -217,7 +217,7 @@ @ApiModelProperty(value= "淇敼浜哄憳ID") @TableField("update_by") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") - private Date updateBy; + private Integer updateBy; /** * 澶囨敞 @@ -471,20 +471,9 @@ this.updateTime = updateTime; } - public Date getUpdateBy() { - return updateBy; - } - public String getUpdateBy$(){ - if (Cools.isEmpty(this.updateBy)){ - return ""; - } - return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.updateBy); - } - public void setUpdateBy(Date updateBy) { - this.updateBy = updateBy; - } + public String getMemo() { return memo; -- Gitblit v1.9.1