blade-service/blade-mdm/src/main/java/org/springblade/mdm/program/entity/NcNodeHis.java
@@ -82,7 +82,6 @@ * 产品型号 */ private String productModel; /** * 程序编号(程序包名节点需要) */ @@ -146,4 +145,8 @@ public boolean hasLocked() { return this.isLocked != null && this.isLocked == NcNode.LOCKED; } public String programName() { return this.getDrawingNo()+"-"+this.getProcessNo()+"-"+this.getProcessEdition(); } }