|
|
|
@@ -31,11 +31,11 @@ namespace resequence_pgsql |
|
|
|
} |
|
|
|
public class ArgSimple |
|
|
|
{ |
|
|
|
public string ip { get; set; } |
|
|
|
public string un { get; set; } |
|
|
|
public string pwd { get; set; } |
|
|
|
public string lip { get; set; } |
|
|
|
public int port { get; set; } |
|
|
|
public string db { get; set; } |
|
|
|
public string ip { get; set; } = string.Empty; |
|
|
|
public string un { get; set; } = string.Empty; |
|
|
|
public string pwd { get; set; } = string.Empty; |
|
|
|
public string lip { get; set; } = string.Empty; |
|
|
|
public int? port { get; set; } = null; |
|
|
|
public string db { get; set; } = string.Empty; |
|
|
|
} |
|
|
|
} |