using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RoadFlow.Data { public interface IFlowApiSystem: IRoadFlowRepository { /// /// 删除一批系统 /// /// 系统实体 /// int Delete(Model.rf_flowapisystem[] flowApiSystems); } }