jiangjc 1 年間 前
コミット
5882df0bcc
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      OASystem/OASystem.Domain/Dtos/Groups/VisaPriceDto.cs

+ 1 - 1
OASystem/OASystem.Domain/Dtos/Groups/VisaPriceDto.cs

@@ -19,7 +19,7 @@ namespace OASystem.Domain.Dtos.Groups
         /// 客户名称
         /// </summary>
         public String VisaClient { get; set; }
-        public int IsPaySign { get; set; }
+        public int IsPaySign { get; set; } = -1;
     }
     public class PostVisaByIdDto 
     {