摘要: //物理删除(批量) //await this.Repository.GetAll().Where(p => input.Ids.Contains(p.Id)).BatchDeleteAsync(); //逻辑删除,批量修改删除字段 await this.Repository.GetAll().Wh 阅读全文
posted @ 2023-05-06 11:41 liaer 阅读(261) 评论(0) 推荐(0)