Revert "上传框架"

This reverts commit bcf39d525b.
This commit is contained in:
橙子
2021-10-12 13:45:24 +08:00
parent bcf39d525b
commit f35ca69550
14 changed files with 21 additions and 232 deletions

View File

@@ -11,8 +11,5 @@ namespace Yi.Framework.Interface
{
Task<bool> DelListByUpdateAsync(List<int> _ids);
Task<IEnumerable<role>> GetAllEntitiesTrueAsync();
Task<IEnumerable<role>> GetEntitiesTrueByIdAsync(List<int> _ids);
Task<bool> AddEntitesAsync(List<role> _roles);
Task<bool> UpdateEntitesAsync(List<role> _roles);
}
}