DeleteAuthInfoResult.cs 221 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Dfs.WayneChina.SpsDbManager.ResultSet
  5. {
  6. public class DeleteAuthInfoResult
  7. {
  8. public long Result_Delete { get; set; }
  9. }
  10. }