- //
- // WithdrawalDetailController.h
- // model
- //
- // Created by 杨键 on 2018/8/3.
- // Copyright © 2018年 Mine. All rights reserved.
- //
- #import "ModelBaseViewController.h"
- @interface WithdrawalDetailController : ModelBaseViewController
- @property (nonatomic, strong) NSString *withdrawPk;
- @end
|