From abac8765bf6a1f400c2377b9999ce7495ba34a3f Mon Sep 17 00:00:00 2001 From: zjf <zhangjf@probim.com.cn> Date: Fri, 10 Mar 2023 18:05:41 +0800 Subject: [PATCH] 人员、车辆 进出场 --- IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h b/IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h index e794c22..45878a8 100644 --- a/IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h +++ b/IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h @@ -13,6 +13,7 @@ NS_ASSUME_NONNULL_BEGIN @interface PBSitePerViewController : UIViewController +@property (nonatomic, assign) BOOL isFromLogin; @property (nonatomic, strong) PBProjectModel *projectModel; @property (nonatomic, strong) PBSchedulePlanModel *schedulePlanModel; @property (nonatomic, strong) PBScheduleListModel *scheduleListModel; -- Gitblit v1.9.3