文件种子数据

This commit is contained in:
陈淳
2022-10-13 14:45:09 +08:00
parent ea4ddb68f3
commit 55ad046e96
14 changed files with 79 additions and 13 deletions

View File

@@ -40,6 +40,11 @@ namespace Yi.Framework.Model.SeedData
{
return new DeptSeed().GetSeed();
}
public static List<FileEntity> GetFileSeed()
{
return new FileSeed().GetSeed();
}
public static List<UserRoleEntity> GetUserRoleSeed(List<UserEntity> users, List<RoleEntity> roles)
{
List<UserRoleEntity> userRoleEntities = new();