1. 1.根据零件名称/编码 得到该零件 2. wt.clients.prodmgmt.WTPartHelper.findPartByName(name) ; 3. wt.clients.prodmgmt.WTPartHelper.findPartByNumber(number); 4. 2.根据WTpart得到WTparMaster 5. WtPart wtpart; 6. WTPartMaster wtmaster=(WTPartMster)part.getMaster(); 7. 3.获取codebase下配置文件wt.properties属性信息 8. WTProperties wtproperties = WTProperties.getLocalProperties(); 9. String wthome = wtproperties.getProperty(wt.home, ); /codebase的文件夹路径 10. 4.获取part被借用的所有父部件 11. QueryResult qr= wt.part.WTPart