123456789101112131415161718192021 |
- //
- // DRGoodListViewController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/26.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "DRBaseViewController.h"
- @interface DRGoodListViewController : DRBaseViewController
- @property (nonatomic, strong) NSString *cate_id;
- @property (nonatomic, strong) NSString *name;
- /*
- * topRequest 1 大额券 2 gid
- */
- @property (nonatomic, assign) NSInteger topRequest;
- @end
|