From 2cf827ada216097911ac25d555e8c841b765218b Mon Sep 17 00:00:00 2001 From: 邱宇豪 <qyh123230312> Date: 星期四, 26 十月 2023 09:52:19 +0800 Subject: [PATCH] 20231026_qiuyh_磨具监测已完成、调整报表sql --- hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/FaceServer.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/FaceServer.java b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/FaceServer.java index 78a0f91..0c57764 100644 --- a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/FaceServer.java +++ b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/FaceServer.java @@ -12,4 +12,12 @@ JSONObject syncPersonSingle(String mess); void personNotify(String mess); + + void record(String mess); + + void queryPer(String perId); + + void removeNotify(String mess); + + String queryOriStrById(String id); } -- Gitblit v1.9.3