Jia_RG пре 5 година
родитељ
комит
90eafc1f96

+ 1 - 1
hsweb-commons/hsweb-commons-entity/src/main/java/org/hswebframework/web/commons/entity/LogicalDeleteEntity.java

@@ -10,7 +10,7 @@ public interface LogicalDeleteEntity {
 
     Boolean getDeleted();
 
-    void setDeleted(boolean deleted);
+    void setDeleted(Boolean deleted);
 
     Long getDeleteTime();