ソースを参照

新增字段新增默认值

Lyyyi 2 週間 前
コミット
f04314f197
共有2 個のファイルを変更した270 個の追加209 個の削除を含む
  1. 268 207
      OASystem/OASystem.Api/Middlewares/RecordAPIOperationMiddleware.cs
  2. 2 2
      OASystem/OASystem.Domain/Dtos/Groups/GroupListDto.cs

File diff suppressed because it is too large
+ 268 - 207
OASystem/OASystem.Api/Middlewares/RecordAPIOperationMiddleware.cs


+ 2 - 2
OASystem/OASystem.Domain/Dtos/Groups/GroupListDto.cs

@@ -681,12 +681,12 @@ namespace OASystem.Domain.Dtos.Groups
         /// <summary>
         /// 额外超支额度
         /// </summary>
-        public decimal ExtOverLimit { get; set; }
+        public decimal ExtOverLimit { get; set; } = 0.00M;
 
         /// <summary>
         /// 额外超支额度币种
         /// </summary>
-        public int ExtOverCurrency { get; set; }
+        public int ExtOverCurrency { get; set; } = 836;
     }
 
 }