jiangjc hai 1 ano
pai
achega
5882df0bcc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 
     {