yangys
2025-09-15 7bc1d0f521c1d59246f29bcadcc4343f88ceef1c
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();
   }
}