From 4453a29ff7bbfc8c7f9c4024f956fdf9fe8548bf Mon Sep 17 00:00:00 2001 From: 刘小明 <liuxm_a@163.com> Date: 星期二, 09 七月 2024 10:59:35 +0800 Subject: [PATCH] 名称统一 --- 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