From df08ca13ad69fd3908bfcd5f39f05f6c4ffb668a Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期四, 22 一月 2026 14:10:49 +0800
Subject: [PATCH] lsh#

---
 rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/phyz/ErpReportService.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/phyz/ErpReportService.java b/rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/phyz/ErpReportService.java
index 11f5d31..b650375 100644
--- a/rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/phyz/ErpReportService.java
+++ b/rsf-open-api/src/main/java/com/vincent/rsf/openApi/service/phyz/ErpReportService.java
@@ -1,13 +1,17 @@
 package com.vincent.rsf.openApi.service.phyz;
 
+import com.alibaba.fastjson.JSONObject;
 import com.vincent.rsf.openApi.entity.dto.CommonResponse;
+import com.vincent.rsf.openApi.entity.phyz.Order;
 
 import java.io.UnsupportedEncodingException;
 import java.security.NoSuchAlgorithmException;
 
 public interface ErpReportService {
 
-    void loginBySign() throws UnsupportedEncodingException, NoSuchAlgorithmException;
+    String addOrderToServer(Order order);
+
+    JSONObject loginBySign() throws UnsupportedEncodingException, NoSuchAlgorithmException;
 
     CommonResponse reportInOrOutBound(Object params);
 }

--
Gitblit v1.9.1