From a1f7856f0f450883c7060444a4fc2b721720a051 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 15 四月 2026 11:00:05 +0800
Subject: [PATCH] 1.erp对接新增字段 2.电视机数据
---
src/main/java/com/zy/asrs/entity/WrkMastLog.java | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/WrkMastLog.java b/src/main/java/com/zy/asrs/entity/WrkMastLog.java
index efbd735..1bf6db7 100644
--- a/src/main/java/com/zy/asrs/entity/WrkMastLog.java
+++ b/src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -147,6 +147,10 @@
@TableField("plt_type")
private Integer pltType;
+ @ApiModelProperty(value= "")
+ @TableField("batch_seq")
+ private String batchSeq;
+
/**
* 绌烘澘
*/
@@ -176,7 +180,7 @@
@TableField("mtn_type")
private Double mtnType;
- @ApiModelProperty(value= "")
+ @ApiModelProperty(value= "涓氬姟鍗曞彿")
@TableField("user_no")
private String userNo;
@@ -299,6 +303,10 @@
@TableField("Pdc_type")
private String PdcType;
+ @ApiModelProperty(value= "闆嗚绠卞彿")
+ @TableField("container_no")
+ private String containerNo;
+
@ApiModelProperty(value= "")
@TableField("ctn_no")
private String ctnNo;
@@ -351,6 +359,10 @@
return null;
}
+ public long getWrkSts(){
+ return (long)this.wrkSts;
+ }
+
public String getIoType$(){
BasWrkIotypeService service = SpringUtils.getBean(BasWrkIotypeService.class);
BasWrkIotype basWrkIotype = service.selectById(this.ioType);
--
Gitblit v1.9.1