From 81e151f26b6852416ae0b7679d081900c9e64ace Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期三, 17 七月 2024 14:51:15 +0800 Subject: [PATCH] status and result change --- pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java index c28b029..3defdb5 100644 --- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java +++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java @@ -25,4 +25,6 @@ String selectMaxCode(); boolean exists(String name, Long id); + + PltProduct selectByCode(String productCode); } \ No newline at end of file -- Gitblit v1.8.0