jiangjc 1 anno fa
parent
commit
5882df0bcc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 
     {