/// <summary> /// 删除状态信息 /// </summary> /// <param name="id"></param> public void DeleteEtlState(int id) { DAEtlStatesHelper.DeleteEtlState(id); }