using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.SpsDbManager.ResultSet { public class DeleteAuthInfoResult { public long Result_Delete { get; set; } } }