From ae2c433ecf08e10d55488320e5db0936ca323710 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期三, 31 五月 2023 20:44:21 +0800 Subject: [PATCH] 扦样提交3 --- igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java b/igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java index d329fa8..c3fc0e4 100644 --- a/igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java +++ b/igds-inout/src/main/java/com/ld/igds/inout/service/InoutService.java @@ -56,7 +56,7 @@ * @return 杩斿洖寮傚父淇℃伅锛屾甯歌繑鍥瀗ull * @throws Exception */ - String insertData(InoutData data) throws Exception; + String insertData(InoutData data); /** * 鏇存柊鏁版嵁 @@ -236,4 +236,28 @@ * @return */ double sumRecordWeight(InoutParam param); + + /** + * 鏁版嵁搴撴牴鎹溅鐗屽彿鍜屾櫤鎱у崱鍙锋槸鍚﹀凡缁忓瓨鍦� + * + * @param param + * @return + */ + int checkExist(InoutParam param); + + /** + * 鍒嗛〉鑾峰彇鎵︽牱鏁版嵁 + * + * @param param + * @return + */ + Page<InoutCheckData> pageSampleData(InoutCheckParam param); + + /** + * 鏇存柊鎵︽牱淇℃伅 + * @param data + * @return + * @throws Exception + */ + String updateSampleData(InoutData data); } -- Gitblit v1.9.3