namespace Yw.DAL { /// /// 运行分析配置 /// public interface IRunAnalyConfigure : IBaseDAL { /// /// 设置 /// bool Set(List entityList); } }