yuanrf 1 年間 前
コミット
08865aa920
共有2 個のファイルを変更した13 個の追加0 個の削除を含む
  1. 7 0
      OASystem/OASystem.Domain/Dtos/Groups/GroupCostSavaDto.cs
  2. 6 0
      OASystem/OASystem.Domain/Entities/Groups/Grp_GroupCost.cs

+ 7 - 0
OASystem/OASystem.Domain/Dtos/Groups/GroupCostSavaDto.cs

@@ -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; }
     }
 
 

+ 6 - 0
OASystem/OASystem.Domain/Entities/Groups/Grp_GroupCost.cs

@@ -421,6 +421,12 @@ namespace OASystem.Domain.Entities.Groups
             get { return ect; }
             set { ect = value; }
         }
+
+
+        public string GwCount { get; set; }
+
+
+        public string FyCount { get; set; }
     }
 
     public class GroupCostView: Grp_GroupCost