|
@@ -0,0 +1,19 @@
|
|
|
|
+using System;
|
|
|
|
+using System.Collections.Generic;
|
|
|
|
+using System.Linq;
|
|
|
|
+using System.Threading.Tasks;
|
|
|
|
+
|
|
|
|
+namespace IMCS_CCS.Model.vo
|
|
|
|
+{
|
|
|
|
+ public class RequestCallBackData
|
|
|
|
+ {
|
|
|
|
+ public string IP { get; set; }
|
|
|
|
+
|
|
|
|
+ public string Port { get; set; }
|
|
|
|
+
|
|
|
|
+ public string TaskId { get; set; }
|
|
|
|
+
|
|
|
|
+ public string TaskNodeId { get; set; }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+}
|