|
@@ -459,6 +459,9 @@ namespace OASystem.Domain.Dtos.Groups
|
|
|
get { return ect; }
|
|
|
set { ect = value; }
|
|
|
}
|
|
|
+
|
|
|
+ public string GwCount { get; set; }
|
|
|
+ public string FyCount { get; set; }
|
|
|
}
|
|
|
|
|
|
public class Grp_CostTypeHotelNumberDto
|
|
@@ -1285,6 +1288,10 @@ namespace OASystem.Domain.Dtos.Groups
|
|
|
get { return isdel; }
|
|
|
set { isdel = value; }
|
|
|
}
|
|
|
+
|
|
|
+ public string GwCount { get; set; }
|
|
|
+
|
|
|
+ public string FyCount { get; set; }
|
|
|
}
|
|
|
|
|
|
|