Commit 9400ce1
committed
fix(orm-entity): 修复 EntitySelectBase 泛型约束错误
- 将 EntitySelectBase<TKey> 修改为继承 EntityBase<TKey>
- 添加 where TKey : notnull 约束
- 修复泛型参数命名与实际用途不匹配的问题1 parent de1eafe commit 9400ce1
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments