Fixiaobai
2023-11-09 01d08428dd6cd9dc518a9a2ecbcb1f0e82788068
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.chinaztt.mes.service;
 
import com.chinaztt.mes.dto.ProductTreeDTO;
 
/**
 * @author xucg
 * @date 2023-08-17
 * @apiNote
 */
public interface PocService {
 
    void fullSave(ProductTreeDTO bomPartDTO);
 
}