From a680563f53b7b5db7507dd0ff6027f724567ea2b Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期四, 20 六月 2024 11:21:27 +0800 Subject: [PATCH] 标准库支持无型号 --- inspect-server/src/main/java/com/yuanchu/mom/service/InsProductService.java | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/service/InsProductService.java b/inspect-server/src/main/java/com/yuanchu/mom/service/InsProductService.java new file mode 100644 index 0000000..cdc5e91 --- /dev/null +++ b/inspect-server/src/main/java/com/yuanchu/mom/service/InsProductService.java @@ -0,0 +1,16 @@ +package com.yuanchu.mom.service; + +import com.yuanchu.mom.pojo.InsProduct; +import com.baomidou.mybatisplus.extension.service.IService; + +/** +* @author Administrator +* @description 閽堝琛ㄣ�恑ns_product(妫�楠岄」鐩�)銆戠殑鏁版嵁搴撴搷浣淪ervice +* @createDate 2024-03-17 23:57:39 +*/ +public interface InsProductService extends IService<InsProduct> { + + int selectOrderManDay(Integer orderId); + + int updateInspected(Integer id); +} -- Gitblit v1.9.3