From 5a62eb7bee15e489a33e6bdd337795addaf19c71 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期三, 19 十一月 2025 20:07:38 +0800
Subject: [PATCH] 入库质检同步数据优化
---
src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlShareApi2013.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlShareApi2013.java b/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlShareApi2013.java
index b2395a2..12267c9 100644
--- a/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlShareApi2013.java
+++ b/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlShareApi2013.java
@@ -18,6 +18,8 @@
public class WhjlShareApi2013 implements Serializable {
private static final long serialVersionUID = 1L;
+ public static String SORT_PROP = "qlyOrgReportId";
+
private String qlyOrgReportId; //璐ㄦ鎶ュ憡id
private String orderId; //璁㈠崟琛↖D
private String sampleId; //鏍峰搧琛↖D
--
Gitblit v1.9.3