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