🚀 feat(新增): 手写SQL分页查询完成

This commit is contained in:
Bunny 2024-09-12 23:56:42 +08:00
parent 02e14e60da
commit 5daef21f20
1 changed files with 0 additions and 2 deletions

View File

@ -24,6 +24,4 @@ public class BaseEntity
[Comment("并发版本")]
[Column(TypeName = "datetime")]
public DateTime Version { get; set; }
// [NotMapped] public int Total { get; set; }
}