From ec7d3b867e7b7f5073dda1684a8720424b9da5ad Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 24 三月 2026 15:38:00 +0800
Subject: [PATCH] feat: 生产报工的详情、修改、删除接口
---
src/main/java/com/ruoyi/production/service/ProductionRecordService.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/service/ProductionRecordService.java b/src/main/java/com/ruoyi/production/service/ProductionRecordService.java
index 0e520af..d995984 100644
--- a/src/main/java/com/ruoyi/production/service/ProductionRecordService.java
+++ b/src/main/java/com/ruoyi/production/service/ProductionRecordService.java
@@ -18,4 +18,10 @@
void addProductionRecordService(ProductionRecordDto dto);
+ void deleteProductMain(Long productMainId);
+
+ ProductionRecordDto detailProductMain(Long productMainId);
+
+ void editProductMain(ProductionRecordDto dto);
+
}
--
Gitblit v1.9.3