mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
init ArrayToMany
This commit is contained in:
@ -150,6 +150,6 @@ namespace FreeSql.Internal.Model
|
||||
}
|
||||
public enum TableRefType
|
||||
{
|
||||
OneToOne, ManyToOne, OneToMany, ManyToMany
|
||||
OneToOne, ManyToOne, OneToMany, ManyToMany, ArrayToMany
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user