blade-service/blade-mdm/src/main/java/org/springblade/mdm/program/entity/NcNode.java
@@ -225,4 +225,12 @@ public void unlock() { this.isLocked = UNLOCK; } /** * 是否已锁定 * @return 是否 */ public boolean hasLocked() { return this.isLocked != null && this.isLocked == LOCKED; } }