init ArrayToMany

This commit is contained in:
2881099
2022-06-04 00:35:33 +08:00
parent fba96d7f2c
commit 8ca0414500
6 changed files with 223 additions and 105 deletions

View File

@ -150,6 +150,6 @@ namespace FreeSql.Internal.Model
}
public enum TableRefType
{
OneToOne, ManyToOne, OneToMany, ManyToMany
OneToOne, ManyToOne, OneToMany, ManyToMany, ArrayToMany
}
}