123456789101112131415161718 |
- //
- // MyApprovalPageVC.h
- // smartRhino
- //
- // Created by tederen on 2019/11/1.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MyApprovalPageVC : BaseViewController
- @property (nonatomic,assign) MyApprovalPageType pageType; //操作类型
- @property (nonatomic,strong) WorkNumberModel *numberDic;
- @end
- NS_ASSUME_NONNULL_END
|