From 29ca792f9cd6216f5618cf8706d35a51b57b1376 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期一, 23 十月 2023 17:37:24 +0800
Subject: [PATCH] 修复BUG

---
 WanPai/Model/CommonModels.swift |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/WanPai/Model/CommonModels.swift b/WanPai/Model/CommonModels.swift
index 7e4b36c..052d640 100644
--- a/WanPai/Model/CommonModels.swift
+++ b/WanPai/Model/CommonModels.swift
@@ -632,6 +632,7 @@
     var exchangeType: ExchangePaymentType = .coin
     var integral: Int = 0
     var exchangeAddrType: CouponConditionType = .nationwide
+	var cardType:CardType! = .subCard
 
 }
 
@@ -711,7 +712,8 @@
 	var time = [String]()
 	var num = 0
 	var money:Double = 0
-	
+	var isType = 0 //1不能请假,0:可以请假
+
 	required init(){}
 }
 

--
Gitblit v1.7.1