|
@@ -21,6 +21,9 @@ public interface ProduceService {
|
|
|
|
|
|
Produce getProduce(String produceNo);
|
|
|
|
|
|
+
|
|
|
+ Produce getProduce(Produce produce);
|
|
|
+
|
|
|
|
|
|
ProduceProcess getProduceProcess(Integer produceId,String processNo);
|
|
|
|
|
@@ -30,9 +33,9 @@ public interface ProduceService {
|
|
|
|
|
|
List<ProduceProcess> listProduceProcess(ProduceProcess produceProcess);
|
|
|
|
|
|
-
|
|
|
- List<ProduceProcess> listProduceProcess(Integer produceId);
|
|
|
-
|
|
|
|
|
|
Integer saveProduce(Produce produce);
|
|
|
+
|
|
|
+
|
|
|
+ Integer saveProcessNodeList(List<ProcessNode> processNodeList);
|
|
|
}
|