mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 优化 DbContext/Repository 局部调整;
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
using System;
|
||||
using FreeSql;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
public class UserGroup : BaseEntity<UserGroup, int>
|
||||
{
|
||||
|
@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using FreeSql;
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace base_entity
|
||||
|
Reference in New Issue
Block a user