소스 검색

Merge branch 'test' of http://110.188.24.182:10023/Fengwo/hotline into test

tangjiang 3 일 전
부모
커밋
a53282aa37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/XF.Domain.Repository/Entity.cs

+ 1 - 1
src/XF.Domain.Repository/Entity.cs

@@ -79,7 +79,7 @@ public abstract class SoftDeleteEntity : Entity, IHasDeletionTime, ISoftDelete
     [SugarColumn(ColumnDescription = "删除时间")]
     public DateTime? DeletionTime { get; set; }
 
-    [SugarColumn(ColumnDescription = "是否删除")]
+    [SugarColumn(ColumnDescription = "是否删除", DefaultValue = "f")]
     public bool IsDeleted { get; set; }
 
     public void SoftDelete()