yangys
2025-08-26 a0e37c52980249847ac896d320ef097fda49ad3a
blade-service/blade-mdm/src/main/java/org/springblade/mdm/flow/entity/ApproveRecord.java
@@ -26,7 +26,7 @@
   /**
    * 任务的key
    */
   private String taskDefinitionId;
   private String taskDefinitionKey;
   /**
    * 任务名称
    */
@@ -38,7 +38,11 @@
   /**
    * 数控程序id,这个可能不需要,可以根据关联表mdm_process_prog_ref来获取
    */
   private Long ncProgramId;
   //private Long ncProgramId;
   /**
    * 程序包名对应的nodeid
    */
   private Long ncNodeId;
   private Long userId;