From 61a792a8ba5532132bef32721f055c619057ab28 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 01 四月 2026 15:16:56 +0800
Subject: [PATCH] #入库任务优化

---
 src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java b/src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java
index 9ddfe6b..195ba46 100644
--- a/src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java
+++ b/src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java
@@ -114,6 +114,11 @@
      */
     public Double yDuration;
 
+    /**
+     * 浠诲姟鎺ユ敹
+     */
+    public Integer taskReceive;
+
     private Integer temp1;
 
     private Integer temp2;

--
Gitblit v1.9.1